-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.58 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "headingNavigation",
"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": "2.0.0",
"keywords": [
"accessibility",
"Navigation",
"Skip to"
],
"repository": {
"type": "git",
"url": "https://github.com/paypal/skipto"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/paypal/skipto/blob/master/BSDLicense.txt"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.5",
"grunt-contrib-less": "^0.5.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-replace": "~0.4.4",
"jshint": "~1.1.0",
"less": "~1.3.3",
"uglify-js": "~2.3.6"
},
"readmeFilename": "README.md",
"gitHead": "641457dfeea57fbedfba5ba2a65ce0c33ac411b7",
"main": "Gruntfile.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.5",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-less": "~0.5.2",
"grunt-replace": "~0.4.4",
"jshint": "~1.1.0",
"less": "~1.3.3",
"uglify-js": "~2.3.6"
},
"scripts": {
"test": "grunt test"
},
"license": "BSD"
}