-
Notifications
You must be signed in to change notification settings - Fork 189
/
package.json
37 lines (37 loc) · 1021 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "bootstrap-accessibility-plugin",
"version": "1.0.6",
"description": "A plugin that provides accessibility features for Bootstrap3 components",
"main": "Gruntfile.js",
"homepage": "https://github.com/paypal/bootstrap-accessibility-plugin",
"author": "PayPal Accessibility Team",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compass": "0.8.0",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-text-replace": "^0.4.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/paypal/bootstrap-accessibility-plugin.git"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/paypal/bootstrap-accessibility-plugin/issues"
},
"keywords": [
"bootstrap",
"accessibility"
],
"license": "BSD"
}