-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 933 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
36
37
{
"name": "NaturalLanguageClassifierNodejsStarterApp",
"version": "0.1.5",
"description": "A sample nodejs app for Bluemix that use the Natural Language Classifier service",
"dependencies": {
"body-parser": "~1.12.3",
"errorhandler": "~1.3.2",
"express": "~4.12.3",
"jade": "~1.9.1",
"request": "~2.55.0"
},
"engines": {
"node": ">=0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/natural-language-classifier-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "Venkat Ganesh Sekar",
"email": "[email protected]"
},
{
"name": "German Attanasio Ruiz",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/natural-language-classifier-nodejs/issues"
},
"scripts": {
"start": "node app.js"
}
}