-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
46 lines (46 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "cinnabot",
"description": "Telegram Bot for Cinnamon College",
"version": "0.0.1",
"author": "Varun Patro, Syamil Maulod",
"repository": {
"type": "git",
"url": "https://github.com/varunpatro/cinnabot"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"bluebird": "^3.0.2",
"body-parser": "^1.14.1",
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"ejs": "^2.3.4",
"emoji-strip": "0.0.3",
"express": "^4.13.3",
"geolib": "^2.0.18",
"lodash": "^4.5.0",
"memory-cache": "^0.1.4",
"moment": "^2.14.1",
"node-cache": "^3.0.1",
"node-telegram-bot-api": "^0.19.2",
"restler": "^3.2.2",
"rewire": "^2.5.1",
"sqlite3": "^3.1.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.12.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.6.0",
"grunt-nodemon": "^0.4.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
},
"scripts": {
"lint": "jshint *.js lib/ test/",
"test": "mocha"
},
"license": "MIT"
}