forked from VaudoiseAssurances/VaudoiseOnTour-styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "vaudoiseontour",
"version": "0.0.0",
"main": "index.html",
"devDependencies": {
"autoprefixer-core": "^5.1.11",
"babel-core": "5.2.17",
"babel-loader": "5.0.0",
"backstopjs": "^0.4.3",
"bower": "^1.4.1",
"browser-sync": "^2.7.1",
"del": "~1.1.1",
"fabricator-assemble": "^1.0.6",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.2",
"gulp-consolidate": "^0.1.2",
"gulp-gh-pages": "^0.5.1",
"gulp-hologram": "^1.2.0",
"gulp-iconfont": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^5.1.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "~1.2.0",
"gulp-util": "^3.0.4",
"helper-markdown": "^0.1.1",
"imagemin-pngquant": "^4.1.0",
"jshint-stylish": "^1.0.2",
"lodash": "^3.8.0",
"run-sequence": "~1.1.0",
"slug": "^0.9.1",
"yargs": "^3.8.0"
},
"dependencies": {
"toolbox-utils": "0.0.1"
}
}