forked from GSA/accessibility-for-teams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 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
{
"name": "accessibility-playbook",
"version": "1.0.0",
"description": "Guidelines to help teams create accessible and inclusive projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/accessibility-playbook.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/18F/accessibility-playbook/issues"
},
"homepage": "https://github.com/18F/accessibility-playbook#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.8.6",
"gulp": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"postcss-csso": "^4.0.0",
"sass": "^1.26.10",
"uswds": "^2.8.1",
"uswds-gulp": "github:uswds/uswds-gulp"
}
}