- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
23 lines (23 loc) · 541 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 541 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "SpringKit",
"version": "0.0.1",
"description": "CSS Framework",
"author": "Mike Seaby <mike@pixelspring.co.uk",
"dependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-filesize": "0.0.6",
"gulp-sass": "^2.3.1",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"snyk": "^1.42.6"
},
"license": "MIT",
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}