-
Notifications
You must be signed in to change notification settings - Fork 287
/
package.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.6",
"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 <[email protected]>",
"contributors": [
"Adrien Delessert <[email protected]>",
"Stephen Shaw <[email protected]>"
],
"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": "^1.6.1",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "~1.1.0",
"less-plugin-autoprefix": "^1.4.1"
}
}