forked from redhat-developer/developers.redhat.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 664 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (26 loc) · 664 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
{
"name": "developers.redhat.com",
"version": "1.0.0",
"description": "developers.redhat.com build",
"main": "Gulpfile.js",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1"
},
"author": "Red Hat Inc.",
"license": "",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-load-plugins": "^0.8.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-inject-string": "^1.1.0",
"del": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"node-sass": "^3.4.2",
"node-sass-utils": "^1.1.2",
"gulp-sass": "^2.1.1"
}
}