forked from watson-developer-cloud/text-to-speech-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
46
47
48
{
"name": "TextToSpeechNodejsStarterApp",
"version": "0.1.5",
"description": "A sample nodejs app for Bluemix that use the Text to Speech service",
"dependencies": {
"body-parser": "~1.12.0",
"errorhandler": "~1.3.4",
"express": "~4.12.0",
"jade": "~1.9.2",
"watson-developer-cloud": "~0.9.18"
},
"devDependencies": {
"chai": "latest",
"chai-as-promised": "latest",
"colors": "latest",
"grunt": "~0.4.5",
"grunt-concurrent": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "latest",
"grunt-simple-mocha": "latest",
"lodash": "latest",
"mocha": "^2.3.3",
"spec-xunit-file": "0.0.1-3",
"wd": "latest"
},
"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": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/text-to-speech-nodejs/issues"
},
"scripts": {
"start": "node app.js"
}
}