-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
43 lines (43 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
{
"name": "wheelnav",
"version": "1.7.1",
"description": "Animated wheel navigation JavaScript library based on Raphaël.js (SVG/VML). It can be a pie menu (radial menu, circular menu) and many more.",
"homepage": "https://wheelnavjs.softwaretailoring.net",
"main": "js/dist/wheelnav.js",
"repository": {
"type": "git",
"url": "https://github.com/softwaretailoring/wheelnav.git"
},
"author": {
"name": "Gábor Berkesi",
"email": "gabor.berkesi@softwaretailoring.net",
"url": "https://softwaretailoring.net"
},
"files": [
"js/dist/wheelnav.js",
"js/dist/wheelnav.min.js",
"js/dist/wheelnav.min.js.map",
"js/dist/core/wheelnav.js",
"js/dist/core/wheelnav.min.js",
"js/dist/core/wheelnav.min.js.map",
"js/dist/raphael.min.js",
"js/dist/raphael.icons.min.js",
"js/dist/raphael.license.txt",
"js/dist/welcome.html",
"LICENSE"
],
"keywords": [
"animated",
"navigation",
"pie-menu",
"radial-menu",
"circular-menu",
"SVG",
"Raphael",
"wheel"
],
"bugs": {
"url": "https://github.com/softwaretailoring/wheelnav/issues"
},
"license": "MIT"
}