forked from bqworks/slider-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 982 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
{
"name": "slider-pro",
"description": "Responsive jQuery slider, featuring modular architecture, CSS3 animations, touch swipe, animated layers, retina, lazy loading and much more.",
"version": "1.3",
"homepage": "http://bqworks.com/slider-pro/",
"main": "./dist/js/jquery.sliderPro.js",
"author": {
"name": "bqworks",
"url": "http://bqworks.com/"
},
"contributors": [{
"name": "David Ghiurau",
"email": "[email protected]"
}],
"repository": {
"type": "git",
"url": "https://github.com/bqworks/slider-pro"
},
"bugs": {
"url": "https://github.com/bqworks/slider-pro/issues"
},
"keywords": [
"jquery-plugin",
"slider-pro",
"responsive-slider"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-watch": "~0.6.1"
},
"license": "MIT"
}