-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "modjs",
"version": "0.2.21",
"description": "A build tools for the web",
"keywords": ["css", "js", "image", "build", "CMD", "AMD", "task", "build"],
"maintainers": [
{"name": "yuanyan", "web": "https://github.com/yuanyan"}
],
"homepage": "http://modulejs.github.com/modjs",
"dependencies": {
"tar": "~0.1.13",
"fstream-ignore": "~0.0.5",
"fstream": "~0.1.18",
"mkdirp": "~0.3.4",
"inherits": "~1.0.0",
"async": "~0.1.21",
"underscore": "~1.3.3",
"prompt": "~0.2.8",
"rimraf": "~2.0.1",
"semver": "~1.0.9",
"faye-websocket": "~0.4.3",
"ncp": "~0.2.6",
"request": "~2.9.203",
"minimatch": "~0.2.9",
"clean-css": "~0.6.0",
"uglify-js": "~1.3.4",
"esprima": "~1.0.2",
"html-minifier": "~0.5.0",
"jshint": "~0.7.3",
"csslint": "~0.9.8",
"colors": "~0.6.0",
"optimist": "~0.4.0",
"optipng-bin": "*",
"jpegtran-bin": "*",
"connect": "*",
"requirejs": "*",
"almond": "*",
"seajs": "*",
"seajs-build": "*"
},
"devDependencies": {
"node-inspector": "0.1.10"
},
"repository": {
"type": "git",
"url": "http://github.com/modulejs/modjs.git"
},
"engines": {"node": ">= 0.6.x"},
"bugs": {"url": "http://github.com/modulejs/modjs/issues"},
"bin": {
"mod": "./bin/mod"
},
"preferGlobal": true
}