-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
58 lines (58 loc) · 1.34 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": "browserify-adventure",
"version": "1.7.7",
"description": "learn browserify with this educational adventure",
"main": "index.js",
"bin": {
"browserify-adventure": "bin/cmd.js"
},
"dependencies": {
"adventure": "^2.5.0",
"adventure-verify": "^2.1.1",
"browser-unpack": "^1.0.0",
"concat-stream": "^1.4.6",
"ecstatic": "~0.5.4",
"falafel": "~0.3.1",
"shoe": "~0.0.15",
"split": "~0.3.0",
"through2": "~0.5.1",
"ever": "~0.0.3",
"colornames": "~0.0.2",
"split2": "^2.1.0"
},
"devDependencies": {
"brfs": "^1.1.2",
"browserify": "^5.10.0",
"browserify-shim": "^3.6.0",
"domify": "^1.2.2",
"quote-stream": "0.0.0",
"sprintf": "~0.1.3",
"stream-combiner2": "^1.0.0",
"tape": "^2.13.3",
"uniq": "^1.0.1",
"through2": "~0.5.1",
"insert-css": "~0.2.0",
"inherits": "^2.0.1"
},
"scripts": {
"test": "node test/solutions.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/browserify-adventure.git"
},
"homepage": "https://github.com/substack/browserify-adventure",
"keywords": [
"browserify",
"education",
"nodeschool",
"workshop",
"edutainment"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}