-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "messenger-bot-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"async-error-catcher": "^1.0.1",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"dashbot": "^0.8.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"moment-round": "^1.0.1",
"mongoose": "^4.7.1",
"node-schedule": "^1.2.0",
"node-wit": "^4.2.0",
"request-promise": "^4.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"bot": "babel-node ./src/api/index.js",
"deploy:prod": "./scripts/deploy.sh",
"deploy:dev": "PORT=3434 NODE_ENV=development npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoodsy/messenger-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hoodsy/messenger-bot/issues"
},
"homepage": "https://github.com/hoodsy/messenger-bot#readme"
}