UNPKG

shogi-player

Version:

Shogi board web components has functions for replaying, manipulating, and editing

69 lines 1.67 kB
{ "name": "shogi-player", "version": "1.1.25", "description": "Shogi board web components has functions for replaying, manipulating, and editing", "homepage": "https://shogi-player.netlify.app/", "license": "AGPL-3.0", "author": { "name": "Akira Ikeda", "email": "pinpon.ikeda@gmail.com" }, "main": "dist/lib/production/shogi-player.umd.min.js", "browser": "dist/wc/production/shogi-player-wc.min.js", "private": false, "browserslist": [ "> 1%, not dead" ], "repository": { "type": "git", "url": "git@github.com:akicho8/shogi-player.git" }, "bugs": { "url": "https://github.com/akicho8/shogi-player/issues", "email": "pinpon.ikeda@gmail.com" }, "keywords": [ "shogi", "board", "kif", "bod", "sfen", "viewer", "editor", "player", "vue", "vuejs", "vue2", "web-components", "japanese-chess" ], "dependencies": { "beetleshine": "^0.0.14", "chroma-js": "^2.4.2", "ismobilejs": "^1.1.1", "js-memory-record": "^0.0.28", "xregexp": "^5.1.1" }, "devDependencies": { "@babel/cli": "^7.21.0", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@nuxtjs/style-resources": "^1.0.0", "dayjs": "^1.11.7", "file-loader": "^6.2.0", "jest": "^29.5.0", "nuxt": "^2.16.3", "nuxt-buefy": "^0.4.25", "pattern.css": "^1.0.0", "pug": "^2.0.4", "pug-loader": "^2.4.0", "pug-plain-loader": "^1.1.0", "raw-loader": "^4.0.2", "sass": "^1.63.2", "sass-loader": "^10.4.1", "vue-scrollto": "^2.20.0", "vue-template-compiler": "^2.7.14" }, "scripts": { "test": "jest" } }