-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 905 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
{
"private": true,
"name": "accessifywiki-js",
"version": "0.5.0+legacy",
"description": "Bookmarklet Javascript etc. to apply AccessifyHTML5.js (WAI-ARIA fixes) to various web sites.",
"x-copyright": "Copyright © Nick Freear, 28 March 2013.",
"license": "GPL-3.0+",
"homepage": "https://accessifywiki.github.io/use.html",
"repository": "https://github.com/nfreear/accessify-wiki.git",
"author": "Nick Freear",
"contributors": [],
"engines": { "node": ">= 9" },
"dependencies": {},
"peerDependencies": {
"accessifyhtml5-orig": "git+https://github.com/yatil/accessifyhtml5.js.git#d0e2f7bfabf4",
"accessifyhtml5.js": "git+https://github.com/nfreear/accessifyhtml5.js.git#2.0.0"
},
"devDependencies": {
"semistandard": "^13.0.1"
},
"scripts": {
"fix": "semistandard --fix",
"test": "semistandard"
},
"keywords": [ "accessibility", "bookmarklet" ]
}