forked from imperavi/kube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "kube-flexbox",
"version": "2.0.0-alpha.1",
"description": "Kube CSS/SCSS framework with grid replaced by flexbox-grid",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreobriennz/kube-flexbox.git"
},
"keywords": [
"Kube",
"flexbox",
"CSS",
"SCSS"
],
"author": "Andre OBrien (https://andreobrien.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreobriennz/kube-flexbox/issues"
},
"homepage": "https://github.com/andreobriennz/kube-flexbox#readme",
"dependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"minimatch": "^3.0.4",
"snyk": "^1.316.1"
},
"snyk": true
}