keyrune/package.json

32 lines
826 B
JSON
Raw Normal View History

{
"name": "keyrune-docs",
2019-10-30 15:15:50 +00:00
"version": "1.1.0",
"description": "Keyrune documentation website",
"main": "index.html",
"dependencies": {
2020-09-02 21:31:27 +00:00
"keyrune": "^3.7.0",
2020-08-28 14:29:12 +00:00
"zepto": "^1.2.0"
},
2017-07-11 16:23:00 +00:00
"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"
],
2019-10-30 15:15:50 +00:00
"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://keyrune.andrewgioia.com"
}