-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
44
45
46
47
48
{
"name": "jq-accordion",
"version": "v1.0.3",
"description": "Responsive, CSS powered, jQuery accordion plugin",
"main": "dist/js/jquery.accordion.min.js",
"keywords": [
"accordion",
"jquery-plugin",
"jquery",
"plugins"
],
"repository": {
"type": "git",
"url": "https://github.com/nayzawoo/jquery-accordion"
},
"bugs": {
"url": "https://github.com/nayzawoo/jquery-accordion/issues"
},
"author": {
"name": "Nay Zaw Oo <nayzawoo.me@gmail.com>",
"email": "nayzawoo",
"url": "https://github.com/nayzawoo"
},
"homepage": "http://nayzawoo.github.io/jquery-accordion",
"contributors": [
{
"name": "Nay Zaw Oo",
"email": "nayzawoo.me@gmail.com",
"url": "https://github.com/nayzawoo"
}
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.11.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^2.0.0"
},
"scripts": {
"test": "grunt travis --verbose"
}
}