forked from workshopper/stream-adventure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.3 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
56
57
58
{
"name": "stream-adventure",
"version": "4.0.4",
"description": "an educational stream adventure",
"bin": {
"stream-adventure": "bin/cmd.js"
},
"dependencies": {
"adventure": "^2.10.0",
"adventure-verify": "^2.2.0",
"browserify": "^9.0.3",
"chunky": "~0.0.0",
"clone": "~0.1.9",
"concat-stream": "^1.4.7",
"duplexer2": "~0.0.2",
"hyperquest": "^1.0.1",
"mkdirp": "~0.5.0",
"optimist": "~0.5.2",
"osenv": "^0.1.0",
"provinces": "~0.2.0",
"request": "~2.21.0",
"split": "~0.2.5",
"stream-combiner": "^0.2.1",
"stream-combiner2": "^1.0.2",
"tar": "~0.1.17",
"terminal-menu": "~2.1.1",
"through2": "^0.6.3",
"trumpet": "^1.7.0",
"tuple-stream": "~0.0.2",
"websocket-stream": "~2.0.2",
"wordwrap": "~0.0.2",
"x256": "~0.0.1"
},
"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"
}