-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1001 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
38
39
40
41
42
{
"name": "TextToSpeechNodejsStarterApp",
"version": "0.1.5",
"description": "A sample nodejs app for Bluemix that use the Text to Speech service",
"jshintConfig": {
"esnext": true
},
"dependencies": {
"bluebird": "^3.0.1",
"body-parser": "~1.12.0",
"chalk": "^1.1.1",
"errorhandler": "~1.3.4",
"express": "^4.12.4",
"jade": "~1.9.2",
"mongoose": "^4.2.3",
"path": "^0.12.7",
"request": "^2.65.0",
"watson-developer-cloud": "~0.9.18",
"xml2js": "^0.4.13"
},
"engines": {
"node": "0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/text-to-speech-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "German Attanasio Ruiz",
"email": "germanatt@us.ibm.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/text-to-speech-nodejs/issues"
},
"scripts": {
"start": "node main.js"
}
}