forked from stevenwanderski/bxslider-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 798 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
{
"name": "bxslider",
"version": "4.2.3",
"author": "Steven Wanderski <steven@bxcreative.com>",
"homepage": "http://bxslider.com",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/stevenwanderski/bxslider-4.git"
},
"bugs": {
"url": "https://github.com/stevenwanderski/bxslider-4/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.9.0",
"gulp-less": "^2.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-pleeease": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"imagemin-pngcrush": "^4.0.0",
"jshint-stylish": "^1.0.0"
}
}