-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 908 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
32
{
"name": "messenger-get-started",
"version": "1.0.0",
"description": "Get started example for Messenger Platform",
"main": "app.js",
"start-comment": "adding these two flags (--inspect --debug-brk) will make the node app debuggable using chrome dev tools",
"scripts": {
"start": "node app.js",
"debug": "node --nolazy --debug-brk=5858 app.js",
"lint": "jshint --exclude node_modules .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fbsamples/messenger-platform-samples.git"
},
"author": "Facebook",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"config": "^1.20.4",
"ejs": "^2.4.2",
"express": "^4.13.4",
"ngrok": "^2.2.22",
"request": "^2.72.0",
"shopify-api-node": "^2.8.0",
"uuid": "^3.1.0"
},
"engines": {
"node": "~4.1.2"
}
}