forked from putaoshu/jdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.25 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
58
59
{
"name": "jdf",
"description": "京东前端开发集成解决方案",
"version": "2.0.1",
"author": {
"name": "jdf",
"email": "putaoshu@126.com"
},
"homepage": "https://github.com/putaoshu/jdf",
"keywords": [
"jdf"
],
"license": "MIT",
"bin": {
"jdf": "bin/jdf"
},
"engines": {
"node": ">= 0.10.0"
},
"main": "index.js",
"scripts": {
"test": "test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/putaoshu/jdf.git"
},
"bugs": {
"url": "http://github.com/putaoshu/jdf/issues"
},
"preferGlobal": true,
"readmeFilename": "README.md",
"dependencies": {
"atropa-jslint": "0.1.2",
"babel-core": "^6.3.17",
"clean-css": "2.1.8",
"colors": "1.0.2",
"csslint": "0.10.0",
"expect.js": "0.3.1",
"ftp": "0.3.6",
"html-minifier": "0.6.9",
"htmllint": "0.0.7",
"iconv-lite": "^0.4.10",
"jdf-images": "^1.0.4",
"jdf-png-native": "^1.0.8",
"jdf-sass": "^1.0.17",
"jdf-ws": "^1.0.3",
"js-beautify": "1.5.4",
"jsmart": "^2.14.0",
"less": "^2.7.1",
"node-watch": "0.3.4",
"q": "1.0.1",
"requirejs": "^2.2.0",
"simple-prompt": "0.2.1",
"tar": "0.1.19",
"uglify-js": "2.4.12",
"velocityjs": "0.4.3"
}
}