forked from zumerlab/orbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 923 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
{
"name": "@zumer/orbit",
"version": "0.6.0",
"description": "Orbit is a CSS framework for radial interfaces",
"main": "./dist/orbit.js",
"scripts": {
"compile": "npx @zumerbox/build -n orbit -j src/orbit.js -s src/orbit.scss",
"build": "npm run compile && npm pack",
"bump": "npx @zumerbox/bump && npx @zumerbox/changelog",
"prebuild": "git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags"
},
"files": [
"README.md",
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zumerlab/orbit.git"
},
"keywords": [
"CSS",
"UI",
"framework",
"radial",
"circular",
"orbit",
"composer",
"zumerlab"
],
"author": "Juan Martin Muda - Zumerlab",
"license": "MIT",
"bugs": {
"url": "https://github.com/zumerlab/orbit/issues"
},
"homepage": "https://github.com/zumerlab/orbit#readme"
}