HRB-3334 fork no commits from https://github.com/fralonra/lottery-wheel
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
demo/index.css
0 → 100644
demo/index.html
0 → 100644
doc/images/button.png
0 → 100644
6.2 KB
doc/images/color.png
0 → 100644
15.6 KB
doc/images/data.png
0 → 100644
13.4 KB
doc/images/image.png
0 → 100644
36.3 KB
doc/images/prize.png
0 → 100644
15.3 KB
doc/images/theme-dark.png
0 → 100644
15.3 KB
doc/images/theme-light.png
0 → 100644
15.3 KB
doc/images/turntable.png
0 → 100644
36.5 KB
package.json
0 → 100644
{ | ||
"name": "lottery-wheel", | ||
"version": "2.0.1", | ||
"description": "A library helps you performing a wheel for lottery game.", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "rollup -c rollup.config.js", | ||
"lint": "standard --fix src/*.js", | ||
"prepare": "npm run build", | ||
"test": "npm run lint", | ||
"start": "node src/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/fralonra/lottery-wheel.git" | ||
}, | ||
"keywords": [ | ||
"browser", | ||
"javascript", | ||
"turntable", | ||
"lottery" | ||
], | ||
"author": "zoron (https://github.com/fralonra/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/fralonra/lottery-wheel/issues" | ||
}, | ||
"homepage": "https://github.com/fralonra/lottery-wheel#readme", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"animejs": "^3.0.0", | ||
"rollup": "^1.1.0", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
"rollup-plugin-filesize": "^6.0.0", | ||
"rollup-plugin-node-resolve": "^5.0.0", | ||
"rollup-plugin-terser": "^5.0.0", | ||
"snapsvg": "^0.5.1", | ||
"snazzy": "^8.0.0", | ||
"standard": "^14.0.0" | ||
} | ||
} |
rollup.config.js
0 → 100644
src/index.js
0 → 100644
This diff is collapsed.