mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
29 lines
624 B
JSON
29 lines
624 B
JSON
{
|
|
"name": "keyrune-docs",
|
|
"version": "1.0.1",
|
|
"description": "Keyrune documentation website",
|
|
"main": "index.html",
|
|
"dependencies": {
|
|
"keyrune": "^3.2.5",
|
|
"zepto": "*"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/andrewgioia/Keyrune.git#gh-pages"
|
|
},
|
|
"keywords": [
|
|
"keyrune",
|
|
"magic",
|
|
"gathering",
|
|
"icon",
|
|
"font"
|
|
],
|
|
"author": "Andrew Gioia <andrewgioia@gmail.com>",
|
|
"license": "OFL 1.1",
|
|
"bugs": {
|
|
"url": "https://github.com/andrewgioia/Keyrune/issues"
|
|
},
|
|
"homepage": "https://andrewgioia.github.io/Keyrune"
|
|
}
|