-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "zebra_accordion",
"description": "A lightweight, customizable, and cross-browser jQuery accordion plugin with easy configuration options",
"author": {
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro"
},
"homepage": "https://github.com/stefangabos/Zebra_Accordion",
"main": "dist/zebra_accordion.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stefangabos/Zebra_Accordion.git"
},
"license": "LGPL-3.0",
"version": "1.3.0",
"keywords": [
"accordion",
"accordion-jquery-plugin",
"accordion-plugin",
"accordion-widget",
"collapse",
"collapsible"
],
"bugs": {
"url": "https://github.com/stefangabos/Zebra_Accordion/issues",
"email": "contact@stefangabos.ro"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "*",
"grunt-eslint": "^25.0.0",
"grunt-newer": "*",
"grunt-notify": "*",
"grunt-sass-modern": "^3.3.0",
"sass": "^1.81.0",
"time-grunt": "^2.0.0"
}
}