-
Notifications
You must be signed in to change notification settings - Fork 136
/
package.json
50 lines (50 loc) · 1.24 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "owl.carousel2.thumbs",
"title": "Owl Carousel 2 Thumbnails",
"description": "Enables thumbnail support for Owl Carousel 2.0",
"version": "0.1.8",
"main": "dist/owl.carousel2.thumbs.min.js",
"homepage": "https://github.com/gijsroge/OwlCarousel2-Thumbs",
"author": {
"name": "Gijs Rogé",
"url": "http://twitter.com/gijsroge"
},
"repository": {
"type": "git",
"url": "https://github.com/gijsroge/OwlCarousel2-Thumbs.git"
},
"keywords": [
"Owl",
"Carousel",
"Thumbs",
"Thumbnails",
"jQuery"
],
"license": {
"type": "MIT",
"url": "https://github.com/gijsroge/OwlCarousel2-Thumbs/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/gijsroge/OwlCarousel2-Thumbs/issues"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {},
"devDependencies": {
"crayola": "0.0.1",
"grunt": "~0.4.2",
"grunt-bump": "0.0.15",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.2",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.2.1",
"time-grunt": "~0.2.7"
},
"scripts": {
"test": "grunt jshint"
}
}