forked from uswds/uswds-gulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 917 Bytes
/
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
{
"name": "uswds-gulp",
"version": "0.1.0",
"description": "A gulp workflow for USWDS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "gulp init",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uswds/uswds-gulp.git"
},
"author": "Dan O. Williams",
"license": "ISC",
"bugs": {
"url": "https://github.com/uswds/uswds-gulp/issues"
},
"homepage": "https://github.com/uswds/uswds-gulp#readme",
"peerDependencies": {
"autoprefixer": "^10.2.4",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-replace": "^1.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"postcss": "^8.2.5",
"postcss-csso": "^5.0.0",
"sass": "^1.32.6",
"uswds": "^2.10.0"
},
"dependencies": {}
}