forked from germanattanasio/visual-recognition-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 900 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
{
"name": "VisualRecognitionNodejsStarterApp",
"version": "0.1.2",
"description": "A sample nodejs app for Bluemix that use the Visual Recognition service",
"dependencies": {
"body-parser": "~1.10.0",
"errorhandler": "~1.3.2",
"express": "~4.11.1",
"jade": "~1.9.1",
"multer": "^0.1.7",
"request": "~2.51.0",
"validator": "^3.28.0",
"watson-developer-cloud": "~0.9.6"
},
"engines": {
"node": ">=0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/visual-recognition-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "German Attanasio Ruiz",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/visual-recognition-nodejs/issues"
},
"scripts": {
"start": "node app.js"
}
}