forked from watson-developer-cloud/speech-javascript-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 821 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 821 Bytes
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
{
"name": "watson-speech-examples",
"version": "1.0.0",
"description": "Examples showing the IBM Watson Speech Javascript SDK in action.",
"scripts": {
"start": "node server.js",
"postinstall": "bower install"
},
"cacheDirectories": ["node_modules", "static/bower_components"],
"dependencies": {
"bower": "^1.8.0",
"defaults": "^1.0.3",
"dotenv": "^4.0.0",
"express": "^4.13.3",
"express-browserify": "^1.0.2",
"express-rate-limit": "^2.6.0",
"express-secure-only": "^0.2.1",
"object.assign": "^4.0.4",
"vcap_services": "^0.2.0",
"watson-developer-cloud": "^2.18.0",
"watson-speech": "*",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"whatwg-fetch": "^2.0.2"
},
"engines": {
"node": ">=4"
},
"license": "Apache-2.0"
}