mana/package.json

31 lines
817 B
JSON
Raw Normal View History

{
"name": "mana-docs",
"version": "1.15.9",
"description": "Mana documentation website",
"main": "index.html",
"dependencies": {
"mana-font": "^1.15.9",
"zepto": "*"
},
"devDependencies": {},
"repository": {
"type": "git",
2020-07-16 19:03:54 +00:00
"url": "git+https://github.com/andrewgioia/mana.git#gh-pages"
},
2020-07-16 18:53:24 +00:00
"scripts": {
2020-07-16 19:03:54 +00:00
"build": "npm install && cp node_modules/mana-font/css/mana.min.css css/ && cp node_modules/mana-font/fonts/* fonts/ && cp node_modules/zepto/dist/zepto.min.js js/"
2020-07-16 18:53:24 +00:00
},
"keywords": [
"mana",
"magic",
"gathering",
"icon",
"font"
],
"author": "Andrew Gioia <andrewgioia@gmail.com>",
2020-01-30 19:24:45 +00:00
"license": "(OFL-1.1 AND GPL-3.0-only)",
"bugs": {
2020-07-16 19:03:54 +00:00
"url": "https://github.com/andrewgioia/mana/issues"
},
2020-07-16 19:03:54 +00:00
"homepage": "https://andrewgioia.github.io/mana"
2023-03-03 19:03:58 +00:00
}