forked from workshopper/stream-adventure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.2 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
49
50
51
52
53
54
55
{
"name": "stream-adventure",
"version": "2.4.3",
"description": "an educational stream adventure",
"bin": {
"stream-adventure": "bin/cmd.js"
},
"dependencies": {
"x256": "~0.0.1",
"optimist": "~0.5.2",
"through": "~2.3.4",
"tuple-stream": "~0.0.2",
"terminal-menu": "~0.0.0",
"split": "~0.2.5",
"duplexer": "~0.1.1",
"concat-stream": "~1.0.0",
"hyperquest": "~0.1.6",
"request": "~2.21.0",
"chunky": "~0.0.0",
"clone": "~0.1.9",
"wordwrap": "~0.0.2",
"tar": "~0.1.17",
"websocket-stream": "~0.2.0",
"trumpet": "~1.6.2",
"ws": "~0.4.25",
"browserify": "~2.35.4",
"mkdirp": "~0.3.5",
"stream-combiner": "~0.0.4",
"provinces": "~0.2.0"
},
"devDependencies": {
"tape": "~2.3.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/stream-adventure.git"
},
"homepage": "https://github.com/substack/stream-adventure",
"keywords": [
"stream",
"educational",
"guide",
"tutorial",
"learn"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}