UNPKG

2.37 kBJSONView Raw
1{
2 "name": "efes",
3 "version": "0.1.25",
4 "description": "edaijia fe assistant",
5 "main": "dist/efes.js",
6 "bin": {
7 "efes": "bin/efes"
8 },
9 "engines": {
10 "node": ">= 4.1.0"
11 },
12 "scripts": {
13 "prepublish": "gulp build"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/edaijia-fe/efes.git"
18 },
19 "dependencies": {
20 "art-template": "^3.0.3",
21 "async": "^0.2.10",
22 "autoprefixer": "^6.3.1",
23 "babel-core": "^6.9.1",
24 "babel-polyfill": "^6.9.1",
25 "babel-preset-es2015": "^6.9.0",
26 "babel-preset-react": "^6.5.0",
27 "babel-preset-react-es2015": "^1.0.2",
28 "babel-preset-react-hmre": "^1.1.1",
29 "babel-register": "^6.9.0",
30 "browser-sync": "^2.11.1",
31 "chalk": "^0.5.1",
32 "commander": "^2.9.0",
33 "csslint": "^0.10.0",
34 "cssnano": "^3.5.2",
35 "deep-assign": "^2.0.0",
36 "eslint": "^0.24.1",
37 "gulp": "^3.9.0",
38 "gulp-babel": "^6.1.1",
39 "gulp-coffee": "^2.3.1",
40 "gulp-concat": "^2.6.0",
41 "gulp-if": "^2.0.0",
42 "gulp-imagemin": "^1.0.1",
43 "gulp-jade": "^1.1.0",
44 "gulp-less": "^3.0.5",
45 "gulp-load-plugins": "^1.2.0",
46 "gulp-plumber": "^1.0.1",
47 "gulp-postcss": "^6.0.1",
48 "gulp-uglify": "^1.5.3",
49 "gulp-util": "^3.0.7",
50 "imagemin-pngquant": "^4.2.2",
51 "imagemin-webp": "^3.1.1",
52 "inquirer": "^0.9.0",
53 "jquery": "^2.1.4",
54 "jsdom": "^7.0.2",
55 "less": "^2.7.1",
56 "md5": "^2.0.0",
57 "mime": "^1.3.4",
58 "minimatch": "^0.2.14",
59 "mkdirp": "^0.5.1",
60 "object-assign": "^4.0.1",
61 "precss": "^1.4.0",
62 "prompt": "~0.2.13",
63 "psi": "^1.0.6",
64 "spritesmith": "^3.0.0",
65 "text-table": "^0.2.0",
66 "through-gulp": "^0.5.0"
67 },
68 "devDependencies": {
69 "babel-preset-es2015": "^6.1.18",
70 "del": "^2.1.0",
71 "gulp": "^3.6.0",
72 "gulp-babel": "^6.1.0",
73 "gulp-if": "^2.0.0",
74 "gulp-ignore": "^2.0.1",
75 "gulp-imagemin": "^1.0.1",
76 "gulp-load-plugins": "^0.7.0",
77 "gulp-order": "^1.1.1",
78 "gulp-plumber": "^1.0.1",
79 "gulp-postcss": "^2.0.0",
80 "gulp-uglify": "^1.0.1",
81 "gulp-util": "^3.0.1",
82 "nodegit": "^0.1.4",
83 "uglify-js": "^2.4.17"
84 },
85 "keywords": [
86 "edaijia",
87 "fe"
88 ],
89 "author": "hbxeagle",
90 "license": "MIT",
91 "bugs": {
92 "url": "https://github.com/edaijia-fe/efes/issues"
93 },
94 "homepage": "https://github.com/edaijia-fe/efes#readme"
95}