UNPKG

crypto-slots

Version:

A minimal test server is provided, see server

56 lines (55 loc) 1.59 kB
{ "name": "crypto-slots", "version": "1.0.1", "description": "", "main": "index.js", "dependencies": { "backed": "^0.13.0", "cryptocurrency-icons": "^0.13.0", "custom-pages": "^0.12.1", "custom-renderer-mixin": "^1.1.2", "custom-selector": "^0.2.0", "custom-svg-icon": "^0.10.2", "custom-svg-iconset": "^0.9.2", "lucky-numbers": "^1.0.1", "socket-request-client": "^1.4.4", "socket-request-server": "^1.0.1" }, "devDependencies": { "@babel/core": "^7.4.4", "@koa/router": "^9.3.1", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.7.0", "koa": "^2.13.0", "koa-static": "^5.0.0", "rollup": "^1.10.1", "rollup-plugin-commonjs": "^9.3.4", "sw-precache": "^5.2.1" }, "scripts": { "c": "rollup -c", "w": "rollup -c -w", "precache": "sw-precache --config=sw-precache-config.js", "preversion": "npm run c && npm run precache", "postversion": "npm run deploy", "deploy": "sh deploy.sh", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/leofcoin/crypto-slots.git" }, "keywords": [ "slot", "machine", "leofcoin", "crypto" ], "author": "Glenn Vandeuren <vandeurenglenn@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/leofcoin/crypto-slots/issues" }, "homepage": "https://github.com/leofcoin/crypto-slots#readme" }