-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.91 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
66
67
68
69
70
71
72
{
"name": "nhdesign",
"version": "0.6.7",
"license": "MIT",
"author": "Antistatique <[email protected]>",
"repository": "fonsart/NHdesign",
"devDependencies": {
"bootstrap-sass": "~3.3.5",
"fabricator": "fbrctr/fabricator",
"html5shiv": "^3.7.3",
"jquery": "^2.1.4",
"respond.js": "^1.4.2",
"async": "^1.3.0",
"autoprefixer": "^6.2.3",
"babel-core": "6.3.26",
"babel-loader": "6.2.1",
"backstopjs": "^1.0.0",
"browser-sync": "^2.7.1",
"casperjs": "^1.1.0-beta3",
"chai": "^3.4.1",
"del": "~2.2.0",
"fabricator-assemble": "fbrctr/fabricator-assemble.git",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-casperjs": "0.0.5",
"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.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.1.1",
"gulp-mocha": "^2.1.1",
"gulp-notify": "^2.2.0",
"gulp-phantomcss": "0.1.1",
"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",
"jsdom": "^7.2.2",
"jshint-stylish": "^2.1.0",
"lodash": "^3.8.0",
"mocha": "^2.2.5",
"napa": "^2.2.0",
"phantomcss": "^0.11.1",
"run-sequence": "~1.1.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"slug": "^0.9.1",
"toolbox-utils": "0.0.1",
"yargs": "^3.8.0"
},
"scripts": {
"build": "npm install && napa && gulp --production"
},
"napa": {
"jquery-fleximages": "Pixabay/jQuery-flexImages"
},
"dependencies": {
"jquery.filer": "^1.0.4",
"masonry-layout": "^4.0.0"
}
}