2018-07-25 17:42:04 +00:00
|
|
|
{
|
|
|
|
"name": "mana-docs",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Mana documentation website",
|
|
|
|
"main": "index.html",
|
|
|
|
"dependencies": {
|
2020-09-08 12:59:33 +00:00
|
|
|
"mana-font": "^1.9.1",
|
2018-07-25 17:42:04 +00:00
|
|
|
"zepto": "*"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-07-16 19:03:54 +00:00
|
|
|
"url": "git+https://github.com/andrewgioia/mana.git#gh-pages"
|
2018-07-25 17:42:04 +00:00
|
|
|
},
|
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
|
|
|
},
|
2018-07-25 17:42:04 +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)",
|
2018-07-25 17:42:04 +00:00
|
|
|
"bugs": {
|
2020-07-16 19:03:54 +00:00
|
|
|
"url": "https://github.com/andrewgioia/mana/issues"
|
2018-07-25 17:42:04 +00:00
|
|
|
},
|
2020-07-16 19:03:54 +00:00
|
|
|
"homepage": "https://andrewgioia.github.io/mana"
|
|
|
|
}
|