-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
54 lines (54 loc) · 1.26 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
{
"name": "factor-bundle",
"version": "2.5.0",
"description": "factor browser-pack bundles into common shared bundles",
"main": "index.js",
"bin": "bin/cmd.js",
"dependencies": {
"JSONStream": "^1.3.2",
"browser-pack": "^6.0.4",
"defined": "^1.0.0",
"deps-topo-sort": "~0.2.1",
"inherits": "^2.0.1",
"isarray": "^2.0.4",
"labeled-stream-splicer": "^2.0.1",
"minimist": "^1.2.0",
"nub": "^1.0.0",
"outpipe": "^1.1.0",
"reversepoint": "~0.2.0",
"stream-combiner": "~0.2.1",
"through2": "^2.0.3",
"xtend": "^4.0.0"
},
"devDependencies": {
"browser-unpack": "^1.1.1",
"browserify": "^11.0.1",
"concat-stream": "^1.4.6",
"mkdirp": "~0.5.0",
"module-deps": "^3.9.0",
"osenv": "^0.1.0",
"tape": "^4.0.1",
"through": "^2.3.4"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/factor-bundle.git"
},
"homepage": "https://github.com/substack/factor-bundle",
"keywords": [
"browser-pack",
"browserify",
"browserify-plugin",
"browserify-tool",
"bundle"
],
"author": {
"email": "[email protected]",
"name": "James Halliday",
"url": "http://substack.net"
},
"license": "MIT"
}