forked from stevenwanderski/bxslider-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 806 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": "bxslider",
"description": "Touch enabled jQuery plugin for creating responsive carousels and sliders.",
"version": "4.2.12",
"homepage": "http://bxslider.com",
"author": {
"name": "Steven Wanderski",
"email": "steven@bxcreative.com",
"url": "http://stevenwanderski.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stevenwanderski/bxslider-4/bxslider-4.git"
},
"bugs": {
"url": "https://github.com/stevenwanderski/bxslider-4/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cssmin": "^0.1.7",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1"
},
"engines": {
"node": ">=0.10.28"
},
"keywords": [
"responsive",
"carousel",
"bxslider",
"jQuery",
"plugin"
]
}