forked from fbsamples/graph-api-webhooks-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 764 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
{
"name": "graph-api-webhooks-samples",
"version": "0.1.0",
"description": "Graph API Webhooks Sample",
"main": "index.js",
"scripts": {
"start": "node heroku/index.js"
},
"dependencies": {
"body-parser": "~1.15.0",
"express": "~4.13.3",
"express-x-hub": "^1.0.4",
"method-override": "~3.0.0"
},
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/nguyentienviet123456/graph-api-webhooks-samples"
},
"keywords": [
"node",
"heroku",
"express",
"graph api"
],
"license": "https://github.com/nguyentienviet123456/graph-api-webhooks-samples/blob/master/LICENSE",
"bugs": "https://github.com/nguyentienviet123456/graph-api-webhooks-samples/issues"
}