UNPKG

1.95 kBJSONView Raw
1{
2 "name": "jdfx",
3 "description": "京东前端自动化构建工具",
4 "version": "3.4.10",
5 "author": {
6 "name": "jdfx",
7 "email": "chenxiaochun@jd.com"
8 },
9 "homepage": "https://github.com/jdf2e/jdf",
10 "keywords": [
11 "jdf",
12 "jdfx",
13 "build tools",
14 "构建工具",
15 "tool",
16 "cli",
17 "front-end",
18 "fe"
19 ],
20 "license": "MIT",
21 "bin": {
22 "jdf": "bin/jdf"
23 },
24 "engines": {
25 "node": ">= 4.4.5"
26 },
27 "main": "index.js",
28 "scripts": {
29 "test": "mocha test/index.js"
30 },
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/jdf2e/jdf.git"
34 },
35 "bugs": {
36 "url": "https://github.com/jdf2e/jdf/issues"
37 },
38 "preferGlobal": true,
39 "readmeFilename": "README.md",
40 "dependencies": {
41 "acorn": "^4.0.4",
42 "atropa-jslint": "0.1.2",
43 "autoprefixer": "^6.5.2",
44 "axios": "^0.17.0",
45 "babel-core": "^6.18.0",
46 "babel-preset-es2015": "^6.24.0",
47 "browser-sync": "2.21.0",
48 "bs-html-injector": "^3.0.3",
49 "cheerio": "^0.22.0",
50 "clean-css": "2.1.8",
51 "commander": "^2.9.0",
52 "csslint": "0.10.0",
53 "escape-string-regexp": "^1.0.5",
54 "escodegen": "^1.8.1",
55 "fs-extra": "^1.0.0",
56 "glob": "^7.1.1",
57 "html-minifier": "0.6.9",
58 "htmllint": "0.0.7",
59 "iconv-lite": "^0.4.10",
60 "jdf-css-sprite": "^1.1.6",
61 "jdf-img-minify": "0.1.0",
62 "jdf-log": "^0.0.4",
63 "jdf-upload": "^0.2.0",
64 "jdf-utils": "^1.1.3",
65 "js-beautify": "1.5.4",
66 "jsmart": "^2.14.0",
67 "less": "^2.7.1",
68 "lodash": "^4.17.2",
69 "minimatch": "^3.0.3",
70 "node-sass": "latest",
71 "node-watch": "^0.5.3",
72 "postcss": "^5.2.5",
73 "shelljs": "^0.7.5",
74 "socket.io": "^2.0.4",
75 "socket.io-client": "^2.0.4",
76 "strip-json-comments": "^2.0.1",
77 "uglify-es": "^3.1.3",
78 "uglify-js": "2.6.0",
79 "uuid": "^3.0.0",
80 "velocityjs": "0.4.3"
81 },
82 "devDependencies": {
83 "expect.js": "^0.3.1",
84 "mocha": "^3.2.0"
85 }
86}