-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
57 lines (57 loc) · 1.13 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
{
"name": "modjs",
"version": "0.4.8",
"description": "JavaScript Workflow Tooling For Web",
"keywords": [
"tooling",
"workflow",
"automation",
"build"
],
"maintainers": [
{
"name": "Yuanyan Cao",
"mail": "[email protected]"
}
],
"homepage": "http://madscript.com/modjs",
"dependencies": {
"ssh2": "~0.2.5",
"mkdirp": "~0.3.4",
"async": "~0.2.9",
"prompt": "~0.2.8",
"rimraf": "~2.2.0",
"request": "2.33.0",
"glob": "~3.2.7",
"clean-css": "~1.0.10",
"uglify-js": "~1.3.4",
"esprima": "~1.0.2",
"html-minifier": "~0.5.0",
"optimist": "~0.6.0",
"lodash": "2.4.1",
"colors": "*",
"amdclean": "^1.5.0",
"requirejs": "*",
"almond": "*",
"cmd-util": "~0.3.6",
"semver": "~2.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/modjs/mod.git"
},
"engines": {
"node": ">= 0.8.x"
},
"bugs": {
"url": "http://github.com/modjs/mod/issues"
},
"bin": {
"mod": "./bin/mod",
"modjs": "./bin/mod"
},
"scripts": {
"test": "node ./test/testrunner.js"
},
"preferGlobal": true
}