-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "stream-playground",
"version": "0.1.0",
"description": "Explore Node.js streams with an interactive playground.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production naught start --worker-count 2 --log logs/naught.log --stdout logs/stdout.log --stderr logs/stderr.log app.js",
"deploy": "NODE_ENV=production naught deploy"
},
"repository": {
"type": "git",
"url": "git://github.com/jeresig/node-stream-playground.git"
},
"bugs": {
"url": "https://github.com/jeresig/node-stream-playground/issues"
},
"keywords": ["stream", "streams"],
"author": "John Resig <[email protected]",
"license": "MIT",
"dependencies": {
"request": "~2.27.0",
"JSONStream": "~0.7.1",
"event-stream": "~3.0.16",
"trumpet": "~1.6.2",
"handlebars": "~1.1.2",
"open": "0.0.4",
"sprintf": "~0.1.3",
"express": "~3.4.4",
"ejs": "~0.8.4",
"csv-streamify": "~0.9.0",
"through": "~2.3.4",
"iconv": "~2.0.7"
}
}