forked from uswds/uswds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 901 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
{
"name": "uswds",
"version": "0.9.0",
"description": "Open source UI components and visual style guide for U.S. government websites",
"main": "package.json",
"scripts": {
"build-sass": "node-sass assets/_scss/all.scss > assets/css/uswds.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"assets": "assets/",
"scss": "assets/_scss",
"repository": {
"type": "git",
"url": "git+https://github.com/18F/web-design-standards.git"
},
"author": "18F",
"contributors": [
"Maya Benari <[email protected]>",
"Marco Segreto <[email protected]>",
"Jeremia Kimelman <[email protected]>"
],
"license": "SEE LICENSE in LICENSE.md",
"bugs": {
"url": "https://github.com/18F/web-design-standards/issues"
},
"homepage": "https://github.com/18F/web-design-standards#readme",
"dependencies": {
"node-sass": "^3.4.2"
}
}