-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
41 lines (41 loc) · 907 Bytes
/
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
{
"name": "bundle-collapser",
"version": "1.4.0",
"description": "convert bundle paths to IDS to save bytes in browserify bundles",
"main": "index.js",
"bin": {
"bundle-collapser": "bin/cmd.js"
},
"dependencies": {
"browser-pack": "^6.0.2",
"browser-unpack": "^1.1.0",
"concat-stream": "^1.5.0",
"falafel": "^2.1.0",
"minimist": "^1.1.1",
"through2": "^2.0.0"
},
"devDependencies": {
"tape": "^4.0.1"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/browserify/bundle-collapser.git"
},
"homepage": "https://github.com/browserify/bundle-collapser",
"keywords": [
"browserify",
"bundle",
"compress",
"minify",
"require"
],
"author": {
"email": "[email protected]",
"name": "James Halliday",
"url": "http://substack.net"
},
"license": "MIT"
}