-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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": "nationalparks_conversation",
"version": "0.1.0",
"description": "Conversations about nationalparks",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdimascio/ballparks_conversation.git"
},
"keywords": [
"ballparks",
"conversation",
"watson"
],
"author": "Carmine DiMascio <[email protected]> (https://github.com/cdimascio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cdimascio/ballparks_conversation/issues"
},
"engines": {
"node": ">=8.4.0"
},
"homepage": "https://github.com/cdimascio/ballparks_conversation#readme",
"dependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"body-parser": "^1.15.2",
"bunyan": "^2.0.2",
"bunyan-node-logger": "^1.0.2",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"rx": "^4.1.0",
"rx-http-request": "^1.2.0",
"watson-developer-cloud": "^2.15.2"
},
"devDependencies": {
"nodemon": "^1.12.0"
}
}