-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.10.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.1",
"gulp-cached": "^1.1.0",
"gulp-cssnano": "^2.1.0",
"gulp-data": "^1.2.1",
"gulp-debug": "^2.1.0",
"gulp-gh-pages": "^0.5.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.1.1",
"gulp-scss-lint": "^0.3.8",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.5.1",
"gulp-uncss": "^1.0.3",
"gulp-useref": "^3.0.4",
"gulp-util": "^3.0.6",
"gulp.spritesmith": "^4.0.0",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.16",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"require-dir": "^0.3.0",
"rsyncwrapper": "^0.4.3",
"run-sequence": "^1.1.5",
"vinyl-ftp": "^0.4.5"
}
}