package.json 1.03 KB
Newer Older
1 2 3 4 5 6 7 8 9
{
  "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",
10
    "test": "npm run lint"
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
  },
  "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"
  }
}