forked from o2team/athena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.97 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
{
"name": "athena-html",
"version": "1.1.22",
"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": "luckyadam",
"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": "^0.16.0",
"athena-png-native": "^0.0.3",
"athena-spritesmith": "^0.0.11",
"autoprefixer": "^6.0.1",
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"concat-with-sourcemaps": "^1.0.4",
"csslint": "^0.10.0",
"cssnano": "^3.7.3",
"cssom": "^0.3.0",
"decompress": "^4.0.0",
"del": "^2.0.2",
"event-stream": "^3.3.1",
"fontmin": "^0.9.0-alpha-3",
"fs-extra": "^0.30.0",
"glob": "^4.4.0",
"gulp-flatten": "^0.2.0",
"gulp-if": "^2.0.1",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^0.10.0",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.6",
"ignore": "^3.0.9",
"inquirer": "^0.11.4",
"js-beautify": "^1.5.10",
"jsftp": "^1.5.3",
"jsftp-mkdirp": "^1.0.0",
"jshint": "^2.8.0",
"jsmart": "^2.14.0",
"lodash": "^4.6.1",
"maltose": "^0.0.7",
"mem-fs": "^1.1.0",
"mem-fs-editor": "^2.0.4",
"mkdirp": "^0.5.1",
"path-exists": "^2.0.0",
"path-is-absolute": "^1.0.0",
"postcss-pxtorem": "^3.0.0",
"request": "^2.61.0",
"require-dir": "^0.3.0",
"ssh2": "^0.4.11",
"sync-request": "^3.0.1",
"through2": "^2.0.0",
"uglify-js": "2.6.4",
"uglify-save-license": "^0.4.1",
"unzip": "^0.1.11",
"uuid": "^2.0.1",
"verror": "^1.6.0",
"vinyl-fs": "^0.3.0",
"which": "^1.2.0"
}
}