-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 913 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": "GridColumnCarousel",
"version": "1.3.0",
"description": "Carousel that supports multiple grid columns",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/anysom/GridColumnCarousel.git"
},
"keywords": [
"Bootstrap",
"slider",
"carousel"
],
"author": "Anders Nysom",
"license": "ISC",
"bugs": {
"url": "https://github.com/anysom/GridColumnCarousel/issues"
},
"homepage": "http://anysom.github.io/GridColumnCarousel/",
"devDependencies": {
"browser-sync": "^1.9.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.4.1",
"gulp-copy": "0.0.2",
"gulp-jshint": "^1.12.0",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^1.0.1",
"node-sass": "^4.9.3"
}
}