-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (45 loc) · 1.14 KB
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": "test",
"version": "1.0.0",
"description": "",
"main": "facebook_bot.js",
"directories": {
"test": "tests"
},
"dependencies": {
"api.ai": "^1.0.1",
"async": "^2.0.0-rc.5",
"babel": "^6.5.2",
"back": "^1.0.1",
"body-parser": "^1.14.2",
"command-line-args": "^3.0.0",
"dashbot": "^0.7.4",
"debug": "^2.2.0",
"diff": "^3.0.1",
"express": "^4.14.0",
"glob": "^7.1.1",
"https-proxy-agent": "^1.0.0",
"jfs": "^0.2.6",
"mocha": "^3.1.2",
"mustache": "^2.2.1",
"request": "^2.67.0",
"rethinkdb": "^2.3.3",
"twilio": "^2.9.1",
"ware": "^1.3.0",
"ws": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KameronKales/glance-bot.git"
},
"author": "kameron",
"license": "ISC",
"bugs": {
"url": "https://github.com/KameronKales/glance-bot/issues"
},
"homepage": "https://github.com/KameronKales/glance-bot#readme"
}