forked from OwlCarousel2/OwlCarousel2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (48 loc) · 1.31 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
{
"name": "owl.carousel",
"description": "Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider.",
"version": "2.0.0-beta.2.4",
"homepage": "https://github.com/OwlFonk/OwlCarousel2",
"author": {
"name": "Bartosz Wojciechowski",
"email": "[email protected]",
"url": "http://owlcarousel.owlgraphic.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/OwlFonk/OwlCarousel2/blob/master/LICENSE"
},
"bugs": {
"url": "http://github.com/OwlFonk/OwlCarousel2/issues",
"email": "[email protected]"
},
"devDependencies": {
"assemble": "~0.4.37",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs-checker": "~0.4.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": ">=0.2.1",
"load-grunt-tasks": "^0.4.0",
"pretty": "^0.1.2"
},
"engines": {
"node": "~0.10.28"
},
"keywords": [
"responsive",
"carousel",
"owlcarousel",
"jQuery",
"plugin"
],
"private": true
}