forked from SinaMTD-MobileTechnologyDepartment/addjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.12 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": "addjs",
"version": "0.0.18",
"author": [
{
"name": "xiaojue",
"email": "[email protected]",
"url": "http://tuer.me/user/profile/designsor"
}
],
"description": "a javascript combine dev tools",
"keywords": [
"svn",
"http",
"combine",
"loader"
],
"engines": {
"node": "<=0.12.4"
},
"main": "./src/index.js",
"bin": {
"addjs": "bin/addjs"
},
"scripts": {
"preinstall": "node ./src/install.js"
},
"dependencies": {
"babel-core": "5.8.25",
"byline": "4.2.1",
"commander": "2.8.1",
"console-stamp": "0.2.0",
"cssbeautify": "0.3.1",
"cssmin": "0.4.3",
"express": "4.x",
"fs-extra": "0.24.0",
"jsonfile": "2.2.2",
"optimist": "0.6.0",
"read-json-sync": "1.1.0",
"request": "2.62.0",
"sass.js": "0.9.2",
"svn-interface": "0.4.6",
"through2": "2.0",
"uglify-js": "2.4.24",
"cssurl": "1.3.0"
},
"devDependencies": {
"grunt-contrib-uglify": "~0.2.7",
"grunt": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/xiaojue/addJS.git"
},
"license": "BSD"
}