-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.43 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "dynapack",
"version": "0.4.11",
"description": "A module bundler/loader for static and dynamic dependencies.",
"main": "index.js",
"bin": {
"dynapack": "./bin/dynapack.js"
},
"directories": {
"test": "test",
"lib": "lib"
},
"dependencies": {
"async": "~0.9.0",
"browser-resolve": "~1.2.4",
"browserify": "^4.1.7",
"commondir": "0.0.1",
"concat-stream": "^1.4.7",
"detective": "^4.0.0",
"inherits": "^2.0.1",
"lodash": "^3.4.0",
"minimist": "^0.1.0",
"mkdirp": "^0.5.0",
"readable-stream": "^1.0.33",
"stream-array": "^1.0.1",
"through2": "~0.4.2",
"vinyl": "^0.4.6",
"vinyl-fs": "^1.0.0"
},
"devDependencies": {
"connect": "~3.0.0",
"envify": "^2.0.0",
"expect.js": "~0.3.1",
"express": "^4.4.2",
"graphviz": "0.0.8",
"morgan": "^1.2.3",
"node-ensure": "0.0.0",
"open": "0.0.5",
"osh-iso-test": "^0.1.0",
"parseurl": "~1.0.1",
"serve-static": "^1.7.0",
"stream-to-array": "^2.0.2"
},
"scripts": {
"test": "mocha -C"
},
"repository": {
"type": "git",
"url": "git://github.com/bauerca/dynapack.git"
},
"keywords": [
"bundle",
"loader",
"module",
"commonjs",
"dynamic",
"dependency"
],
"author": "Carl A. Bauer",
"license": "MIT",
"bugs": {
"url": "https://github.com/bauerca/dynapack/issues"
},
"homepage": "https://github.com/bauerca/dynapack"
}