mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
32 lines
827 B
JSON
32 lines
827 B
JSON
{
|
|
"name": "keyrune-docs",
|
|
"version": "1.1.0",
|
|
"description": "Keyrune documentation website",
|
|
"main": "index.html",
|
|
"dependencies": {
|
|
"keyrune": "^3.6.6",
|
|
"zepto": "*"
|
|
},
|
|
"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 <andrew@gioia.email>",
|
|
"license": "(OFL-1.1 OR GPL-3.0-only)",
|
|
"bugs": {
|
|
"url": "https://github.com/andrewgioia/keyrune/issues"
|
|
},
|
|
"homepage": "https://andrewgioia.github.io/keyrune"
|
|
}
|