-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 840 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
{
"name": "flexible-bootstrap-carousel",
"version": "0.3.6",
"description": "Flexible Bootstrap Carousel plugin",
"main": "flexible-bootstrap-carousel.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanDevG/flexible-bootstrap-carousel.git"
},
"author": "Dan Dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanDevG/flexible-bootstrap-carousel/issues"
},
"homepage": "https://github.com/DanDevG/flexible-bootstrap-carousel#readme",
"dependencies": {
"jquery": ">=1.11.1",
"bootstrap": ">=3.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"run-sequence": "^1.2.2"
}
}