forked from kamicane/wrapup
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.22 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
{
"name": "wrapup",
"description": "wraps up node packages for web development",
"version": "1.0.5",
"license": "MIT (http://mootools.net/license.txt)",
"main": "./lib/main.js",
"bin": {
"wrup": "./bin/wrup.js"
},
"keywords": [
"wrap",
"wrapper",
"wrapup",
"wrup",
"packager",
"browser",
"package manager"
],
"homepage": "http://github.com/mootools/wrapup",
"author": "Valerio Proietti <@kamicane> (http://mad4milk.net)",
"contributors": [
"Arian Stolwijk <@arian> (http://aryweb.nl)"
],
"bugs": {
"url": "https://github.com/mootools/wrapup/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mootools/wrapup.git"
},
"dependencies": {
"async": "0.2",
"chalk": "0.4",
"commander": "2.1",
"prime": "0.3",
"esprima": "~1.0.4",
"escodegen": "1.0.x",
"esmangle": "0.0.x",
"graphviz": "0.0.x",
"mkdirp": "0.3",
"require-relative": "~0.8.7"
},
"devDependencies": {
"expect.js": "0.2",
"mocha": "1.12",
"ansidiff": "1.0",
"through": "~2.3.4"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.6"
},
"scripts": {
"test": "mocha ./test/unit --recursive && node test/run"
}
}