forked from fbsamples/messenger-platform-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 776 Bytes
/
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
{
"name": "messenger-get-started",
"version": "1.0.0",
"description": "Get started example for Messenger Platform",
"main": "app.js",
"scripts": {
"start": "node app.js",
"lint": "jshint --exclude node_modules .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://source.developers.google.com/p/messenger-get-started/r/default"
},
"author": "FacebookMessageSender",
"license": "ISC",
"dependencies": {
"apiai": "^2.0.5",
"body-parser": "^1.15.0",
"config": "^1.20.4",
"express": "^4.13.4",
"node-json-db": "^0.7.2",
"request": "^2.72.0",
"shelljs": "^0.7.3",
"unit.js": "^2.0.0",
"walk": "^2.3.9"
},
"engines": {
"node": "~4.1.2"
}
}