forked from chrispederick/web-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 681 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 681 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
{
"description": "Web Developer",
"license": "GPL-3.0",
"name": "web-developer",
"version": "1.0.0",
"repository" : {
"type": "git",
"url": "https://github.com/chrispederick/web-developer"
},
"devDependencies": {
"dateformat": "*",
"del": "*",
"gulp": "*",
"gulp-csslint": "*",
"gulp-concat": "*",
"gulp-eslint": "*",
"gulp-filter-java-properties": "*",
"gulp-imagemin": "2.4.0",
"gulp-load-plugins": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-util": "*",
"gulp-zip": "*",
"lazypipe": "*",
"merge-stream": "*",
"require-dir": "*",
"run-sequence": "*"
}
}