forked from GSA/digitalgov.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "digital.gov",
"version": "0.1.0",
"description": "The digital.gov website",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"upload": "gulp process-img"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/digital.gov.git"
},
"author": "jeremyzilar / thisisdano",
"license": "ISC",
"bugs": {
"url": "https://github.com/GSA/digital.gov/issues"
},
"homepage": "https://github.com/GSA/digital.gov#readme",
"devDependencies": {
"child_process": "^1.0.2",
"del": "^3.0.0",
"dotenv": "^4.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-bless": "^4.0.1",
"gulp-clean-css": "^3.7.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-gzip": "^1.4.0",
"gulp-hash": "^4.1.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.3.0",
"gulp-replace-name": "^1.0.1",
"gulp-responsive": "^2.11.0",
"gulp-s3-upload": "^1.6.6",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-tap": "^1.0.1",
"gulp-watch": "^4.3.11",
"image-size": "^0.6.3",
"lodash": "^4.17.11",
"merge-stream": "^1.0.1",
"postcss-uncss": "^0.15.0",
"uncss": "^0.16.2",
"vinyl-paths": "^2.1.0"
},
"dependencies": {
"change-case": "^3.0.1",
"gulp-cssnano": "^2.1.2",
"gulp-sourcemaps": "^2.6.1",
"gutil": "^1.6.4",
"node-notifier": "^5.1.2",
"octicons": "^7.3.0",
"path": "^0.12.7",
"uswds": "^1.6.6"
}
}