-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.66 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
56
57
58
59
60
61
62
63
64
65
{
"name": "@antistatique/ehnv-styleguide",
"version": "1.2.2",
"main": "index.html",
"author": {
"name": "Antistatique",
"email": "[email protected]",
"url": "http://antistatique.net"
},
"repository": {
"type": "git",
"url": "https://github.com/antistatique/ehnv-styleguide.git"
},
"scripts": {
"build": "gulp --production",
"start": "gulp serve"
},
"dependencies": {
"bootstrap-sass": "~3.3.5",
"fabricator": "fbrctr/fabricator",
"html5shiv": "^3.7.3",
"jquery": "^2.1.4",
"respond.js": "^1.4.2"
},
"devDependencies": {
"autoprefixer": "^6.2.3",
"babel-core": "6.3.26",
"babel-loader": "6.2.1",
"browser-sync": "^2.7.1",
"del": "~2.2.0",
"fabricator-assemble": "^1.2.1",
"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": "^5.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "~1.5.1",
"gulp-util": "^3.0.4",
"helper-markdown": "^0.1.1",
"imagemin-pngquant": "^4.1.0",
"imgur": "^0.1.5",
"jshint": "^2.9.5",
"jshint-stylish": "^2.1.0",
"lodash": "^3.8.0",
"run-sequence": "~1.1.0",
"select2": "^4.0.1",
"slug": "^0.9.1",
"tablesaw": "^2.0.2",
"toolbox-utils": "0.0.1",
"yargs": "^3.8.0"
}
}