-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 2.91 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 2.91 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "fj",
"version": "0.5.0",
"preferGlobal": "true",
"description": "Frontend developer's Jet engine",
"main": "fj",
"engines": {
"node": ">= 4.0"
},
"engine-strict": true,
"bin": {
"fj": "./bin/fj"
},
"repository": {},
"keywords": [
"front end",
"client",
"cli",
"tool chain"
],
"devDependencies": {},
"author": {
"name": "Zhicheng Wang<[email protected]>"
},
"license": "MIT",
"_id": "fj",
"_from": "fj@*",
"readme": "README.md",
"dependencies": {
"archy": "1.0.0",
"bower": "1.7.7",
"browser-sync": "2.11.1",
"chalk": "1.1.1",
"cross-spawn": "2.1.5",
"event-stream": "3.3.2",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-babel": "6.1.2",
"gulp-coffee": "2.3.1",
"gulp-concat": "2.6.0",
"gulp-connect": "3.1.0",
"gulp-csso": "1.1.0",
"gulp-debug": "2.1.2",
"gulp-develop-server": "0.5.1",
"gulp-filter": "4.0.0",
"gulp-git": "1.7.0",
"gulp-if": "2.0.0",
"gulp-ignore": "2.0.1",
"gulp-inject": "3.0.0",
"gulp-jshint": "2.0.0",
"gulp-manifest": "0.1.1",
"gulp-minify-css": "1.2.4",
"gulp-minify-html": "1.0.6",
"gulp-ng-annotate": "2.0.0",
"gulp-ng-html2js": "0.2.2",
"gulp-nodemon": "2.0.6",
"gulp-notify": "2.2.0",
"gulp-open": "1.0.0",
"gulp-plumber": "1.1.0",
"gulp-protractor": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-rev": "7.0.0",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "2.2.0",
"gulp-scss-lint": "0.3.9",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-svg2ttf": "1.1.5",
"gulp-svgicons2svgfont": "3.0.1",
"gulp-ttf2eot": "1.1.1",
"gulp-ttf2woff": "1.1.0",
"gulp-typescript": "2.12.1",
"gulp-uglify": "1.5.3",
"gulp-useref": "3.0.8",
"gulp-util": "3.0.7",
"gulp-wait": "0.0.2",
"gulp-watch": "4.3.5",
"http-proxy": "1.13.2",
"inquirer": "0.12.0",
"jshint": "^2.9.1",
"jshint-stylish": "2.1.0",
"karma": "0.13.22",
"karma-babel-preprocessor": "6.0.1",
"karma-chrome-launcher": "0.2.2",
"karma-coffee-preprocessor": "0.3.0",
"karma-jasmine": "0.3.8",
"karma-ng-html2js-preprocessor": "0.2.1",
"karma-phantomjs-launcher": "1.0.0",
"lodash": "4.6.1",
"main-bower-files": "2.11.1",
"merge2": "1.0.1",
"mobile-agent": "0.0.8",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.5",
"plexer": "1.0.1",
"pretty-hrtime": "1.0.2",
"q": "1.4.1",
"request": "2.69.0",
"require-dir": "0.3.0",
"restify": "4.0.4",
"rimraf": "2.5.2",
"run-sequence": "1.1.5",
"semver": "5.1.0",
"shelljs": "0.6.0",
"sort-stream": "1.0.1",
"through2": "2.0.1",
"through2-spy": "2.0.0",
"tildify": "1.1.2",
"uglify-save-license": "0.4.1",
"vinyl": "1.1.1",
"wiredep": "3.0.0",
"xml2js": "0.4.16",
"xtend": "4.0.1",
"yargs": "4.3.1"
}
}