This repository has been archived by the owner on Sep 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
93 lines (93 loc) · 2.39 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "garrus",
"description": "A modern, opinionated frontend workflow for building a static website and blog",
"version": "0.7.1",
"author": "Phil Lennon <enquiry@frontendphil.com>",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fephil/garrus.git"
},
"bugs": {
"url": "https://github.com/fephil/garrus/issues"
},
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "gulp deploy --production --debug"
},
"devDependencies": {
"autoprefixer": "6.6.0",
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"babel-register": "6.18.0",
"browser-sync": "2.18.5",
"chai": "3.5.0",
"critical": "0.8.1",
"css-mqpacker": "5.0.1",
"cssnano": "3.9.1",
"cz-conventional-changelog": "1.2.0",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-debug": "3.0.0",
"gulp-htmlmin": "3.0.0",
"gulp-if": "2.0.2",
"gulp-imagemin": "3.1.1",
"gulp-inject-string": "1.1.0",
"gulp-mocha": "3.0.1",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.2.0",
"gulp-sass": "3.0.0",
"gulp-sourcemaps": "2.2.0",
"gulp-standard": "8.0.3",
"gulp-svg-sprite": "1.3.6",
"gulp-util": "3.0.8",
"handlebars": "4.0.6",
"imagemin-pngquant": "5.0.0",
"metalsmith": "2.3.0",
"metalsmith-collections": "0.9.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-in-place": "1.4.4",
"metalsmith-layouts": "1.7.0",
"metalsmith-mapsite": "1.0.4",
"metalsmith-markdownit": "0.4.0",
"metalsmith-metadata-directory": "1.0.0",
"metalsmith-permalinks": "0.5.0",
"metalsmith-register-helpers": "0.2.0",
"metalsmith-robots": "1.0.1",
"postcss-pxtorem": "3.3.1",
"postcss-reporter": "3.0.0",
"postcss-scss": "0.4.0",
"require-dir": "0.3.1",
"run-sequence": "1.2.2",
"sass-mq": "3.3.2",
"stylefmt": "5.0.3",
"stylelint": "7.7.0",
"stylelint-config-standard": "15.0.1",
"susy": "2.2.12",
"tota11y": "0.1.6",
"webpack": "1.14.0",
"yargs": "6.5.0"
},
"dependencies": {
"fastclick": "1.0.6",
"feature.js": "1.0.0",
"holderjs": "2.9.4",
"jquery": "3.1.1",
"normalize.css": "5.0.0",
"svg4everybody": "2.1.4"
},
"babel": {
"presets": [
"es2015"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}