-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.28 KB
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
{
"name": "foley",
"description": "A modern, opinionated frontend workflow for building a static website and blog",
"version": "1.0.0",
"author": "Phil Lennon <[email protected]>",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fephil/foley.git"
},
"bugs": {
"url": "https://github.com/fephil/foley/issues"
},
"engines": {
"node": ">= 6"
},
"scripts": {
"test": "gulp deploy --production --debug",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"autoprefixer": "6.6.0",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"browser-sync": "2.18.5",
"critical": "1.2.0",
"css-mqpacker": "5.0.1",
"cssnano": "3.9.1",
"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-jasmine": "2.4.2",
"gulp-postcss": "6.2.0",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "1.9.1",
"gulp-standard": "8.0.3",
"gulp-svg-sprite": "1.3.6",
"gulp-util": "3.0.8",
"handlebars": ">=4.0.14",
"imagemin-pngquant": "5.0.0",
"metalsmith": "2.3.0",
"metalsmith-register-helpers": "0.2.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-in-place": "1.4.4",
"metalsmith-layouts": "1.7.0",
"metalsmith-metadata-directory": "1.0.0",
"path": "0.12.7",
"postcss-pxtorem": "3.3.1",
"postcss-reporter": "3.0.0",
"postcss-scss": "0.4.0",
"run-sequence": "1.2.2",
"sass-mq": "3.3.2",
"stylelint": "7.7.1",
"stylelint-config-standard": "15.0.1",
"susy": "2.2.12",
"webpack": "1.14.0",
"yargs": "6.6.0",
"jasmine": "2.5.2",
"imports-loader": "0.7.0",
"sinon": "1.17.7"
},
"dependencies": {
"email-validator": "1.0.7",
"fastclick": "1.0.6",
"feature.js": "1.0.0",
"hogan.js": "3.0.2",
"holderjs": "2.9.4",
"knockout": "3.5.0-rc",
"knockout.validation": "2.0.3",
"marked": "^0.6.2",
"moment": "2.19.3",
"q": "1.4.1",
"snyk": "^1.234.0",
"spin.js": "2.3.2",
"svg4everybody": "2.1.4"
},
"babel": {
"presets": [
"es2015"
]
},
"snyk": true
}