-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 830 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 830 Bytes
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
{
"name": "messenger-quick-start",
"version": "1.0.0",
"description": "An example webhook for Facebook Messenger quick start tutorial.",
"main": "app.js",
"scripts": {
"dev": "supervisor app.js",
"start": "node app.js",
"test": "mocha",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "https://github.com/fbsamples/messenger-platform-samples.git"
},
"author": "Facebook",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"flickrapi": "^0.6.0",
"mongoose": "^5.7.5",
"patch-package": "^6.1.2",
"puppeteer": "^1.15.0",
"request": "^2.88.0",
"src2img": "^1.0.5",
"supervisor": "^0.12.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"mocha": "^6.1.4"
}
}