-
Notifications
You must be signed in to change notification settings - Fork 386
/
package.json
38 lines (38 loc) · 994 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
38
{
"name": "slider-pro",
"description": "Responsive jQuery slider, featuring modular architecture, CSS3 animations, touch swipe, animated layers, retina, lazy loading and much more.",
"version": "1.6.2",
"homepage": "https://bqworks.net/slider-pro/",
"main": "./dist/js/jquery.sliderPro.js",
"author": {
"name": "bqworks",
"url": "https://bqworks.net/"
},
"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": "~1.5.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "~1.1.0"
},
"license": "MIT"
}