UNPKG

903 BJSONView Raw
1{
2 "name": "bundle-collapser",
3 "version": "1.3.0",
4 "description": "convert bundle paths to IDS to save bytes in browserify bundles",
5 "main": "index.js",
6 "bin": {
7 "bundle-collapser": "bin/cmd.js"
8 },
9 "dependencies": {
10 "browser-pack": "^5.0.1",
11 "browser-unpack": "^1.1.0",
12 "concat-stream": "^1.5.0",
13 "falafel": "^2.1.0",
14 "minimist": "^1.1.1",
15 "through2": "^2.0.0"
16 },
17 "devDependencies": {
18 "tape": "^4.0.1"
19 },
20 "scripts": {
21 "test": "tape test/*.js"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git://github.com/substack/bundle-collapser.git"
26 },
27 "homepage": "https://github.com/substack/bundle-collapser",
28 "keywords": [
29 "browserify",
30 "bundle",
31 "compress",
32 "minify",
33 "require"
34 ],
35 "author": {
36 "email": "mail@substack.net",
37 "name": "James Halliday",
38 "url": "http://substack.net"
39 },
40 "license": "MIT"
41}