forked from github/developer.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 712 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 712 Bytes
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
{
"name": "developer.github.com",
"private": true,
"version": "0.0.1",
"dependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.2",
"js-yaml": "^3.4.3",
"snyk": "^1.17.0"
},
"devDependencies": {
"gulp-connect": "^2.2.0"
},
"scripts": {
"gulp": "gulp",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/github/developer.github.com.git"
},
"engines": {
"node": ">= 4.0.0"
},
"snyk": true
}