-
Notifications
You must be signed in to change notification settings - Fork 222
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 766 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
{
"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": "4.5.1",
"del": "5.1.0",
"fancy-log": "1.3.3",
"gulp": "3.9.1",
"gulp-concat": "*",
"gulp-csslint": "*",
"gulp-eslint": "*",
"gulp-filter-java-properties": "*",
"gulp-footer": "*",
"gulp-imagemin": "4.1.0",
"gulp-load-plugins": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-zip": "4.2.0",
"lazypipe": "*",
"merge-stream": "*",
"require-dir": "*",
"run-sequence": "*",
"web-ext": "*"
},
"dependencies": {}
}