forked from tobie/modulr-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "modulr",
"description": "Resolves and concatenates CommonJS module dependencies for use in the browser.",
"main": "./main",
"version": "0.12.0",
"dependencies": {
"module-grapher": ">=0.10.4",
"uglify-js": ">=1.0.7"
},
"author": "Tobie Langel <[email protected]> (http://tobielangel.com)",
"maintainers": [
"Tobie Langel <[email protected]> (http://tobielangel.com)"
],
"contributors": [
"Tobie Langel <[email protected]> (http://tobielangel.com)",
"Chris Tice <[email protected]>",
"Andrew Chien <[email protected]>",
"Vladimir Kolesnikov <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/tobie/modulr-node.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/tobie/modulr-node/raw/master/LICENSE"
},
{
"type": "Apache-2.0",
"url": "http://github.com/tobie/modulr-node/raw/master/LICENSE"
}
],
"devDependencies": {},
"engines": {
"node": "*"
},
"optionalDependencies": {}
}