-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "business-intelligence",
"version": "0.3.0",
"description": "A sample Node.js web application that highlights the use of Alchemy APIs and Tone Analyzer",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.13.2",
"compression": "^1.6.1",
"express": "^4.12.2",
"express-rate-limit": "^2.0.2",
"express-secure-only": "^0.2.1",
"helmet": "^0.14.0",
"q": "^1.4.1",
"watson-developer-cloud": "^1.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/business-intelligence-application-starter-kit.git"
},
"engines": {
"node": ">=0.12.x"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "Samantha Chan",
"email": "[email protected]"
},
{
"name": "Kalvin Misquith",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/business-intelligence-application-starter-kit/issues"
}
}