forked from helga-sida/roundabout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 888 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
{
"name": "@regru/roundabout",
"version": "2.4.2",
"title": "Roundabout",
"description": "Easily convert unordered lists & other nested HTML structures into entertaining, interactive, turntable-like areas.",
"main": "jquery.roundabout.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fredleblanc/roundabout.git"
},
"dependencies": {
"jquery": ">=1.2.0"
},
"keywords": [
"roundabout",
"turntable",
"lazy",
"susan",
"carousel",
"3d"
],
"author": {
"name": "Fred LeBlanc",
"email": "[email protected]",
"url": "http://fredhq.com"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
],
"bugs": {
"url": "https://github.com/fredleblanc/roundabout/issues"
},
"homepage": "https://github.com/fredleblanc/roundabout#readme"
}