-
Notifications
You must be signed in to change notification settings - Fork 143
/
Copy pathpackage.json
94 lines (94 loc) · 2.35 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
88
89
90
91
92
93
94
{
"name": "athena-html",
"version": "1.4.16",
"description": "O2前端流程工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/o2team/athena.git"
},
"keywords": [
"build"
],
"author": {
"name": "luckyadam",
"email": "[email protected]",
"url": "github.com/luckyadam"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT",
"bin": {
"ath": "bin/athena",
"athena": "bin/athena"
},
"bugs": {
"url": "https://github.com/o2team/athena/issues"
},
"homepage": "https://github.com/o2team/athena#readme",
"dependencies": {
"archiver": "1.3.0",
"athena-spritesmith": "0.0.15",
"autoprefixer": "6.7.6",
"babel-core": "6.24.0",
"babel-plugin-transform-es3-member-expression-literals": "6.22.0",
"babel-plugin-transform-es3-property-literals": "6.22.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-es2015": "6.24.0",
"babel-preset-stage-0": "6.24.1",
"chalk": "1.1.3",
"cheerio": "0.22.0",
"cli-table": "0.3.1",
"commander": "2.9.0",
"concat-with-sourcemaps": "1.0.4",
"cssnano": "3.10.0",
"cssom": "0.3.2 ",
"decompress": "4.0.0",
"del": "2.2.2",
"event-stream": "3.3.4",
"fontmin": "0.9.6",
"fs-extra": "2.0.0",
"glob": "7.1.1",
"gulp-flatten": "0.3.1",
"gulp-if": "2.0.2",
"gulp-less": "3.3.0",
"gulp-load-plugins": "1.5.0",
"gulp-postcss": "6.3.0",
"gulp-rename": "1.2.2",
"gulp-util": "3.0.8",
"ignore": "3.2.4",
"image-compress": "0.0.3",
"inquirer": "0.11.4",
"js-beautify": "1.6.11",
"jsftp": "1.5.5",
"jsftp-mkdirp": "1.0.0",
"jsmart": "2.14.0",
"lodash": "4.17.4",
"maltose": "0.0.7",
"mem-fs": "1.1.3",
"mem-fs-editor": "3.0.2",
"mkdirp": "0.5.1",
"ora": "1.3.0",
"path-exists": "2.0.0",
"path-is-absolute": "1.0.1",
"postcss-pxtorem": "4.0.0",
"request": "2.80.0",
"require-dir": "0.3.2",
"ssh2": "0.5.4",
"sync-request": "4.0.1",
"tempy": "0.1.0",
"through2": "2.0.3",
"uglify-js": "2.6.4",
"uglify-save-license": "0.4.1",
"unzip": "0.1.11",
"uuid": "3.0.1",
"verror": "1.9.0",
"vinyl-fs": "0.3.14",
"vinyl-sourcemaps-apply": "0.2.1",
"which": "1.2.11"
}
}