-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 737 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": "track-focus",
"version": "1.0.0",
"description": "Tracks the focus event for better accessibility styling.",
"main": "dest/javascripts/track-focus.min.js",
"repository": {
"type": "git",
"url": "https://github.com/ten1seven/track-focus.git"
},
"keywords": [
"accessibility",
"a11y",
"input",
"javascript"
],
"author": "Jeremy Fields <jeremy.fields@viget.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ten1seven/track-focus/issues"
},
"homepage": "https://github.com/ten1seven/track-focus",
"devDependencies": {
"gulp": "",
"gulp-rename": "",
"gulp-concat": "",
"gulp-clean": "",
"gulp-uglify": "",
"gulp-sass": "",
"gulp-autoprefixer": "",
"gulp-minify-css": ""
}
}