forked from GSA/cto-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 785 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
{
"name": "cto-website",
"description": "Website for the GSA Office of the Chief Technology Officer",
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/cto-website.git"
},
"author": "GSA",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GSA/cto-website/issues"
},
"homepage": "https://github.com/GSA/cto-website#readme",
"scripts": {
"assets": "gulp copy-assets",
"test:a11y:live": "pa11y-ci --sitemap https://tech.gsa.gov/sitemap.xml"
},
"devDependencies": {
"gulp": "^4.0.2",
"lodash": "^4.17.15",
"pa11y-ci": "^2.3.0"
},
"dependencies": {
"extend": "^3.0.2",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"lunr": "^2.3.6",
"uswds": "^1.6.12",
"waypoints": "^4.0.1"
}
}