forked from anvk/a11yAccordion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 853 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": "a11yAccordeon",
"version": "0.2.2",
"description": "An accessible Accordeon widget. Building Web with accessibility in mind.",
"contributors": [
{
"name": "Alexey Novak",
"email": "[email protected]"
},
{
"name": "Shaumik Daityari",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:anvk/a11yAccordeon.git"
},
"keywords": [
"a11y",
"accordeon",
"a11yAccordeon",
"widget"
],
"dependencies": {
"grunt": ">=0.4.1",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-concat": "0.3.x",
"grunt-contrib-less": "0.6.x",
"grunt-contrib-cssmin": "0.7.x",
"grunt-contrib-copy": "0.4.x"
},
"engine": "node >= 0.10.22",
"license": "MIT",
"private": true
}