-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 942 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 942 Bytes
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
{
"name": "talariasoftware.github.io",
"version": "0.0.1",
"description": "Talaria Software homepage",
"scripts": {
"postinstall": "bundle",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bundle exec jekyll serve",
"setup-uswds": "npm run sync-assets && npm run sync-sass",
"sync-assets": "rsync -avr --delete node_modules/uswds/dist/ assets/uswds/ --exclude=/*.md --exclude=/*.zip --exclude=/css --exclude=/scss",
"sync-sass": "rsync -avr --delete node_modules/uswds/src/stylesheets/ _sass/uswds/src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TalariaSoftware/talariasoftware.github.io.git"
},
"author": "Damien Burke",
"bugs": {
"url": "https://github.com/TalariaSoftware/talariasoftware.github.io/issues"
},
"homepage": "https://github.com/TalariaSoftware/talariasoftware.github.io#readme",
"dependencies": {
"uswds": "^2.12.0"
}
}