forked from swiss/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 967 Bytes
/
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
{
"name": "CH_admin_web_guidelines",
"description": "Swiss Admin web guidelines",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git@github.com:antistatique/Swiss-Admin-web-guidelines.git"
},
"author": "antistatique",
"devDependencies": {
"bower": "^1.3.9",
"browser-sync": "^1.3.6",
"del": "~0.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "0.0.9",
"gulp-concat": "^2.3.4",
"gulp-gh-pages": "^0.3.4",
"gulp-hologram": "^1.0.1",
"gulp-if": "^1.2.4",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-css": "^0.3.7",
"gulp-notify": "^1.5.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"gulp-shell": "^0.2.9",
"gulp-sourcemaps": "^1.3.0",
"gulp-svgmin": "^0.4.6",
"gulp-twig": "^0.1.0",
"gulp-uglify": "^0.3.2",
"gulp-util": "^3.0.0",
"jshint-stylish": "^0.4.0",
"run-sequence": "~0.3.6",
"yargs": "^1.3.3"
}
}