-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 869 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
33
34
35
{
"name": "flight-bot",
"version": "1.0.0",
"description": "Messenger platform for a simple bot",
"main": "app.js",
"scripts": {
"start": "node app.js",
"lint": "jshint --exclude node_modules .",
"test": "echo \"Error: no test specified\" && exit 1",
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"repository": {
"type": "git",
"url": "https://github.com/sahiljain112/flight-bot"
},
"author": "sahiljain112@gmail.com",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"config": "^1.20.4",
"ejs": "^2.4.2",
"express": "^4.13.4",
"node-env-file": "^0.1.8",
"node-wit": "^4.2.0",
"request": "^2.72.0",
"synaptic": "^1.0.8"
},
"engines": {
"node": "~6.9.1"
},
"devDependencies": {
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"flow-bin": "^0.36.0"
}
}