-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "skeleton-flexbox",
"version": "3.0.0-beta.3",
"description": "The popular Skeleton CSS boilerplate with Flexbox-Grid and Normalize 8 ",
"main": "gulpfile.babel.js",
"scripts": {
"gulp build": "./node_modules/.bin/gulp build",
"gulp": "./node_modules/.bin/gulp",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreobriennz/Skeleton-Flexbox.git"
},
"keywords": [
"skeleton",
"flexbox",
"boilerplate",
"css",
"flexbox-grid"
],
"author": "Andre OBrien (https://andreobrien.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreobriennz/skeleton-flexbox/issues"
},
"homepage": "https://andreobriennz.github.io/skeleton-flexbox/",
"dependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.4",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"snyk": "^1.104.2"
},
"snyk": true
}