-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 880 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "webguide.ucsb.edu",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/UCSantaBarbara/webguide"
},
"bugs": {
"url": "https://github.com/UCSantaBarbara/webguide/issues"
},
"homepage": "https://webguide.ucsb.edu/",
"dependencies": {},
"devDependencies": {},
"description": "This is the UCSB Web Standards Group webguide which is a static website whose content provides recommendations and best practices for websites hosted within and affiliated with www.ucsb.edu. These recommendations are intended to be broad enough to apply to most any website in any domain -- but an emphasis is placed on Higher Ed web content.",
"scripts": {
"start": "bundle exec jekyll serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "UCSB Web Standards Group",
"license": "BSD-3-Clause"
}