UNPKG

1.33 kBJSONView Raw
1{
2 "name": "stream-adventure",
3 "version": "4.0.0",
4 "description": "an educational stream adventure",
5 "bin": {
6 "stream-adventure": "bin/cmd.js"
7 },
8 "dependencies": {
9 "adventure": "^2.10.0",
10 "adventure-verify": "^2.2.0",
11 "browserify": "^9.0.3",
12 "chunky": "~0.0.0",
13 "clone": "~0.1.9",
14 "concat-stream": "^1.4.7",
15 "duplexer2": "~0.0.2",
16 "hyperquest": "^1.0.1",
17 "mkdirp": "~0.5.0",
18 "optimist": "~0.5.2",
19 "osenv": "^0.1.0",
20 "provinces": "~0.2.0",
21 "request": "~2.21.0",
22 "split": "~0.2.5",
23 "stream-combiner": "^0.2.1",
24 "stream-combiner2": "^1.0.2",
25 "tar": "~0.1.17",
26 "terminal-menu": "~0.0.0",
27 "through2": "^0.6.3",
28 "trumpet": "^1.7.0",
29 "tuple-stream": "~0.0.2",
30 "websocket-stream": "^1.3.2",
31 "wordwrap": "~0.0.2",
32 "x256": "~0.0.1"
33 },
34 "devDependencies": {
35 "tape": "~2.3.0"
36 },
37 "scripts": {
38 "test": "tape test/*.js"
39 },
40 "repository": {
41 "type": "git",
42 "url": "git://github.com/substack/stream-adventure.git"
43 },
44 "homepage": "https://github.com/substack/stream-adventure",
45 "keywords": [
46 "stream",
47 "educational",
48 "guide",
49 "tutorial",
50 "learn"
51 ],
52 "author": {
53 "name": "James Halliday",
54 "email": "mail@substack.net",
55 "url": "http://substack.net"
56 },
57 "license": "MIT"
58}