{ "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" }, "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" } }