-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 1.92 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "jdfx",
"description": "京东前端自动化构建工具",
"version": "3.4.12",
"author": {
"name": "jdfx",
"email": "[email protected]"
},
"homepage": "https://github.com/jdf2e/jdf",
"keywords": [
"jdf",
"jdfx",
"build tools",
"构建工具",
"tool",
"cli",
"front-end",
"webpack",
"fe"
],
"license": "MIT",
"bin": {
"jdf": "bin/jdf"
},
"engines": {
"node": ">= 4.4.5"
},
"main": "index.js",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jdf2e/jdf.git"
},
"bugs": {
"url": "https://github.com/jdf2e/jdf/issues"
},
"preferGlobal": true,
"readmeFilename": "README.md",
"dependencies": {
"acorn": "^4.0.4",
"atropa-jslint": "0.1.2",
"autoprefixer": "^6.5.2",
"axios": "^0.17.0",
"babel-core": "^6.18.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "2.21.0",
"bs-html-injector": "^3.0.3",
"cheerio": "^0.22.0",
"clean-css": "2.1.8",
"commander": "^2.9.0",
"csslint": "0.10.0",
"escape-string-regexp": "^1.0.5",
"escodegen": "^1.8.1",
"fs-extra": "^1.0.0",
"glob": "^7.1.1",
"html-minifier": "0.6.9",
"htmllint": "0.0.7",
"iconv-lite": "^0.4.10",
"jdf-css-sprite": "^1.1.6",
"jdf-img-minify": "0.1.0",
"jdf-log": "^0.0.4",
"jdf-upload": "^0.2.0",
"jdf-utils": "^1.1.3",
"js-beautify": "1.5.4",
"jsmart": "^2.14.0",
"less": "^2.7.1",
"lodash": "^4.17.2",
"minimatch": "^3.0.3",
"node-sass": "latest",
"node-watch": "^0.5.3",
"postcss": "^5.2.5",
"shelljs": "^0.7.5",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"strip-json-comments": "^2.0.1",
"uglify-es": "^3.1.3",
"uglify-js": "2.6.0",
"uuid": "^3.0.0",
"velocityjs": "0.4.3"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^3.2.0"
}
}