{ "name": "keyrune-docs", "version": "1.1.0", "description": "Keyrune documentation website", "main": "index.html", "dependencies": { "keyrune": "^3.7.0", "zepto": "^1.2.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/andrewgioia/keyrune.git#gh-pages" }, "scripts": { "build": "npm install && cp node_modules/keyrune/css/keyrune.min.css css/ && cp node_modules/keyrune/fonts/* fonts/ && cp node_modules/zepto/dist/zepto.min.js js/" }, "keywords": [ "keyrune", "magic", "gathering", "icon", "font" ], "author": "Andrew Gioia ", "license": "(OFL-1.1 OR GPL-3.0-only)", "bugs": { "url": "https://github.com/andrewgioia/keyrune/issues" }, "homepage": "https://keyrune.andrewgioia.com" }