forked from yandongCoder/circular-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 820 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
{
"name": "circular-menu",
"version": "1.0.6",
"description": "cool,highly interactive circular menu",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -o circular-menu.js --banner //circular-menu -f umd -n CMenu index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yandongCoder/circular-menu.git"
},
"keywords": [
"circular",
"menu",
"wheel",
"navigation"
],
"author": "yandong",
"license": "ISC",
"bugs": {
"url": "https://github.com/yandongCoder/circular-menu/issues"
},
"homepage": "https://github.com/yandongCoder/circular-menu#readme",
"devDependencies": {
"font-awesome": "^4.6.3",
"rollup": "^0.34.1"
}
}