-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1000 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
34
35
36
37
38
39
40
41
{
"private": true,
"name": "accessifywiki",
"version": "1.0.0",
"license": "GPL-3.0+",
"description": "Fixing the Web for all, one site at a time. | © 2014- Nick + The contributors.",
"author": "Nick Freear",
"contributors": [],
"repository": "https://github.com/accessifywiki/accessifywiki.github.io",
"engines": {
"node": ">=6.0"
},
"dependencies": {},
"devDependencies": {
"semistandard": "^12.0.1"
},
"peerDependencies": {
"github-fork-ribbon-css": "0.2.1",
"html5shiv": "3.7.3",
"jquery": "3.3.1",
"js-yaml": "3.12.0",
"highlight.js": "9.13.1"
},
"x-peerDependencies": {
"jquery": "1.12.0",
"js-yaml": "3.5.2",
"highlight.js": "9.1.0",
"highlight.js--yaml": "9.1.0"
},
"semistandard": {
"ignore": [ "_pages" ]
},
"scripts": {
"start": "bundle exec jekyll serve --drafts --unpublished --future",
"fix": "semistandard --fix",
"test": "semistandard"
},
"keywords": [
"accessibility"
]
}