forked from drien/jquery-flipster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 966 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
37
38
{
"name": "jquery.flipster",
"version": "1.1.3",
"homepage": "https://github.com/drien/jquery-flipster",
"description": "Responsive coverflow-style carousel plugin for jQuery",
"main": "./dist/jquery.flipster.min.js",
"style": [
"./dist/jquery.flipster.min.css"
],
"author": "Adrien Delessert <a@drien.com>",
"contributors": [
"Adrien Delessert <a@drien.com>",
"Stephen Shaw <stephen@brokensquare.com>"
],
"keywords": [
"coverflow",
"jquery",
"carousel",
"flipster",
"jquery-plugin",
"ecosystem:jquery"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/drien/jquery-flipster.git"
},
"bugs": {
"url": "https://github.com/drien/jquery-flipster/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "~0.6.1",
"less-plugin-autoprefix": "~1.4.1"
}
}