forked from awps/Accordion.JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 845 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
{
"name": "accordionjs",
"version": "2.1.2",
"description": "A free, lightweight jQuery Accordion plugin. It is only ~1KB gzipped. Configurable using direct options and HTML5 data-* attributes.",
"main": "accordion.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Smartik89/Accordion.JS.git"
},
"keywords": [
"jquery",
"accordion",
"collapse",
"toggle",
"plugin"
],
"author": "ZeroWP Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Smartik89/Accordion.JS/issues"
},
"homepage": "https://github.com/Smartik89/Accordion.JS#readme",
"files": [
"accordion.js",
"accordion.min.js",
"accordion.css",
"accordion.less"
]
}