forked from browserify/browserify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (52 loc) · 1.25 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
{
"name": "browserify",
"version": "2.4.1",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
"browserify": "bin/cmd.js"
},
"repository": {
"type": "git",
"url": "http://github.com/substack/node-browserify.git"
},
"keywords": [
"browser",
"require",
"commonjs",
"commonj-esque",
"bundle",
"npm",
"javascript"
],
"dependencies": {
"module-deps": "~0.5.0",
"browser-pack": "~0.3.0",
"shell-quote": "~0.0.1",
"through": "~2.2.0",
"duplexer": "~0.0.2",
"insert-module-globals": "~0.1.0",
"syntax-error": "~0.0.0",
"browser-resolve": "~0.0.3",
"inherits": "~1.0.0",
"optimist": "~0.3.5",
"JSONStream": "~0.4.3"
},
"devDependencies": {
"tap": "~0.4.0",
"mkdirp": "~0.3.3",
"backbone": "~0.9.2",
"dnode": "~1.0.3",
"seq": "0.3.3",
"coffee-script": "~1.5.0"
},
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
},
"scripts" : {
"test" : "tap test/*.js"
},
"license" : "MIT"
}