-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
56 lines (56 loc) · 1.18 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
47
48
49
50
51
52
53
54
55
56
{
"name": "botly",
"version": "1.6.2",
"description": "Simple Facebook Messenger Bot API",
"main": "index.js",
"scripts": {
"test": "grunt default --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miki2826/botly.git"
},
"keywords": [
"fb",
"botly",
"facebook",
"messenger",
"bot",
"platform",
"askrround",
"robot",
"Botly",
"msg",
"sdk",
"api"
],
"author": {
"name": "Michael Dimenshtein",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/miki2826/botly/issues"
},
"homepage": "https://github.com/miki2826/botly#readme",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"request": "^2.72.0"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-available-tasks": "^0.6.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-istanbul": "^0.8.0",
"grunt-mocha-test": "^0.13.2",
"load-grunt-config": "^0.19.2",
"mocha": "^4.0.1",
"mockery": "^2.0.0",
"node-mocks-http": "^1.5.2",
"sinon": "^4.1.2",
"time-grunt": "^1.3.0"
}
}