@puckwang/vue-slot-machine
Version:
A Vue component of a slot machine, made with an HTML5 canvas, RWD.
42 lines (41 loc) • 1.08 kB
JSON
{
"name": "@puckwang/vue-slot-machine",
"version": "0.0.12",
"description": "A Vue component of a slot machine, made with an HTML5 canvas, RWD.",
"private": false,
"author": "Puck Wang",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/puckwang/vue-slot-machine.git"
},
"bugs": {
"url": "https://github.com/puckwang/vue-slot-machine/issues"
},
"homepage": "https://github.com/puckwang/vue-slot-machine#readme",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"unpkg": "./dist/index.min.js",
"jsdelivr": "./dist/index.min.js",
"scripts": {
"dev": "vue serve ./src/SlotMachine.vue",
"build": "bili --name index --moduleName VueSlotMachine --plugin vue --vue.css --format cjs,umd,umd-min,es"
},
"files": [
"dist/*"
],
"keywords": [
"vue",
"component",
"slotmachine"
],
"devDependencies": {
"bili": "^3.4.2",
"rollup-plugin-vue": "^5.0.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"konva": "^3.2.5"
}
}