-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 900 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 900 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
35
36
37
{
"name": "botmasterfb",
"version": "1.0.0",
"description": "botmaster",
"main": "index.js",
"scripts": {
"s": "nodemon app.js",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"tunnel": "( while true; do lt -p 3000 -s yoursubdomain; done; )"
},
"author": "reece medway",
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"botmaster": "^2.3.0",
"botmaster-fulfill": "^3.1.2",
"botmaster-fulfill-actions": "^1.0.0",
"cfenv": "^1.0.3",
"request-promise": "^4.1.1",
"watson-developer-cloud": "^2.11.0"
},
"engines": {
"node": "7.x"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"localtunnel": "^1.8.2",
"nodemon": "^1.11.0"
}
}