forked from paypal/skipto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 KB
/
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
42
43
44
45
46
47
{
"name": "skipto",
"description": "This plugin provides a dynamically-generated drop-down menu that allows keyboard and screen reader users to quickly skip to the most important places on the webpage.",
"version": "4.1.6",
"keywords": [
"accessibility",
"Navigation",
"Skip to"
],
"homepage": "https://github.com/paypal/skipto",
"author": "PayPal Accessibility Team and University of Illinois",
"repository": {
"type": "git",
"url": "https://github.com/paypal/skipto"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/paypal/skipto/blob/master/BSDLicense.txt"
}
],
"engines": {
"node": ">=6"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-replace": "^2.0.2",
"uglify-js": "~2.8.0"
},
"readmeFilename": "README.md",
"gitHead": "641457dfeea57fbedfba5ba2a65ce0c33ac411b7",
"main": "Gruntfile.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"license": "BSD"
}