-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.27 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.27 KB
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
{
"name": "devtools-live-browserify-unpack",
"version": "0.4.4",
"description": "Browserify unpack cut a browserify bundle in multiple files for Devtools Live",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/StudioLabs/devtools-live-browserify-unpack"
},
"author": {
"name": "StudioLabs"
},
"main": "browserify-unpack.js",
"directories": {
"bin": "./bin"
},
"keywords": [
"browserify",
"unpack"
],
"dependencies": {
"browser-resolve": "^1.11.0",
"browser-unpack": "^1.0.1",
"combine-source-map": "^0.6.1",
"convert-source-map": "^1.1.3",
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
"event-stream": "^3.3.2",
"glob": "^5.0.5",
"immutable": "^3.7.6",
"mkdirp": "^0.5.1",
"source-map": "^0.5.3",
"stream": "0.0.2",
"yargs": "^3.30.0"
},
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^2.1.0"
},
"bin": {
"browserifyunpack": "bin/browserifyunpack.js"
},
"bugs": {
"url": "https://github.com/StudioLabs/devtools-live-browserify-unpack/issues"
},
"homepage": "https://github.com/StudioLabs/devtools-live-browserify-unpack",
"maintainers": [
{
"name": "Steed Monteiro",
"email": "steed.monteiro@gmail.com"
}
]
}