forked from paypal/bootstrap-accessibility-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 851 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
{
"name": "bootstrap-accessibility-plugin",
"version": "1.0.2",
"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",
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4"
},
"devDependencies": {},
"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"
}
],
"gitHead": "36fb701ff2cf27ae97b1c3ba5f865bce19bf64e3",
"readmeFilename": "README.md"
}