forked from facette/facette
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 764 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 764 Bytes
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
{
"name": "facette",
"private": true,
"devDependencies": {
"bower": "^1.7.7",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-angular-translate-extract": "^0.1.8",
"gulp-autoprefixer": "^3.1.1",
"gulp-chmod": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-concat-vendor": "^0.0.4",
"gulp-environments": "^0.1.1",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-htmlmin": "^3.0.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-jsonminify": "^1.0.0",
"gulp-rev": "^7.1.2",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.5",
"jshint": "^2.9.1",
"merge-stream": "^1.0.1"
}
}