-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "aem-gulp-valtech",
"version": "1.0.0",
"description": "Projet Aem Gulp",
"scripts": {
"test": "echo 'Error: no test specified' && exit 1"
},
"author": "Valtech",
"homepage": "www.valtech.com",
"license": "MIT",
"devDependencies": {
"bower": "^1.8.0",
"browser-sync": "2.17.0",
"eslint": "^3.14.1",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-banner": "^0.1.3",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.1",
"gulp-csslint": "^1.0.0",
"gulp-iconfont": "^6.0.0",
"gulp-iconfont-css": "^2.1.0",
"gulp-jasmine-browser": "^1.1.0",
"gulp-jscs": "^3.0.2",
"gulp-jscs-with-reporter": "^1.4.0",
"gulp-jsdoc3": "^0.2.1",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^1.4.2",
"gulp-plumber": "~0.6.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "2.3.2",
"gulp-shell": "^0.2.7",
"gulp-size": "^2.1.0",
"gulp-sonar": "^2.1.0",
"gulp-string-replace": "^0.4.0",
"gulp-svg-less": "^1.0.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-svg2png": "^2.0.2",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-util": "~3.0.1",
"jshint": "^2.9.1",
"mercurial-bower-resolver": "^0.1.3",
"gulp-yuicompressor":"0.0.3",
"run-sequence": "^1.2.2",
"util": "^0.10.3"
},
"dependencies": {
"del": "^2.2.0"
}
}