-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 757 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 757 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
26
27
28
29
30
31
32
{
"name": "@pdw.io/focusmanager",
"version": "0.0.3",
"description": "A utility class that aides with computational focus.",
"main": "index.js",
"scripts": {
"docs": "jsdoc ./index.js ./utilities.js -d ./docs/ -p -c ./documentation.json -R ./README.md -t ./node_modules/foodoc/template -r"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pimdewit/focusmanager.git"
},
"keywords": [
"focus",
"a11y",
"accessibility",
"computational",
"js",
"es6",
"inert"
],
"author": "Pim de Wit <https://pdw.io>",
"license": "MIT",
"eslintConfig": {
"extends": "pdw"
},
"optionalDependencies": {
"eslint-config-pdw": "^1.0.9",
"jsdoc": "^3.6.3",
"foodoc": "0.0.9"
}
}