-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 836 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
{
"name": "media_demo",
"version": "1.0.0",
"description": "Media stream demo to use Watson APIs",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dcerag",
"license": "ISC",
"dependencies": {
"body-parser": "^1.16.0",
"cfenv": "^1.0.3",
"cloudant": "^1.7.0",
"compression": "^1.6.2",
"consolidate": "^0.14.5",
"dotenv": "^4.0.0",
"ejs": "^2.5.5",
"express": "^4.14.1",
"microphone-stream": "^3.0.6",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"node-aplay": "^1.0.3",
"path": "^0.12.7",
"request": "^2.79.0",
"socket.io": "^2.0.1",
"stream-buffers": "^3.0.1",
"watson-developer-cloud": "^2.15.5",
"web-audio-api": "^0.2.2"
},
"engines": {
"node": "4.x"
}
}