2016-06-29 10:21:06 +00:00
|
|
|
{
|
2016-09-30 13:01:03 +00:00
|
|
|
"name": "mana-font",
|
2024-11-08 14:46:26 +00:00
|
|
|
"version": "1.17.1",
|
2016-06-29 10:21:06 +00:00
|
|
|
"description": "Magic: the Gathering mana symbol pictographic font",
|
|
|
|
"main": "css/mana.css",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-20 15:35:01 +00:00
|
|
|
"url": "git+https://github.com/andrewgioia/mana.git"
|
2016-06-29 10:21:06 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"mana",
|
|
|
|
"mtg",
|
|
|
|
"mana",
|
|
|
|
"symbols",
|
|
|
|
"magic",
|
|
|
|
"gathering",
|
|
|
|
"font"
|
|
|
|
],
|
2020-08-20 15:35:01 +00:00
|
|
|
"scripts": {
|
|
|
|
"less": "lessc less/mana.less css/mana.css",
|
2020-09-03 17:42:58 +00:00
|
|
|
"lessmin": "lessc --clean-css less/mana.less css/mana.min.css",
|
|
|
|
"sass": "sass sass/mana.scss css/mana.css --style=expanded",
|
2023-03-10 20:23:18 +00:00
|
|
|
"sassmin": "sass sass/mana.scss css/mana.min.css --style compressed",
|
2023-05-29 17:00:59 +00:00
|
|
|
"rename": "for f in `find fonts/*`; do mv -v \"$f\" \"`echo $f | tr '[A-Z]' '[a-z]'`\"; done",
|
Adds symbols for MKM abilities Cloak, Case Solved, Collect Evidence, Disguise, Suspect, and Surveil (#121); print Case Solved (#118); KTK abilities Delve, Ferocious, Outlast, and Morph (#120); LCI abilities Craft, Descend, and Discover (#117); OTJ abilities Plot, Saddle, Spree, and Crime (#125); Spree indicator (#125); BLB abilities Gift, Offspring, Valiant, Forage, and Expend (#130); and DSK abilities Survival, Impending, Manifest Dread, and Eerie (#133). Removes bower.json.
2024-11-06 15:54:30 +00:00
|
|
|
"build": "npm run rename && rsync -avzh ./fonts/mana* ./docs/fonts/ && npm run -s sass && npm run -s sassmin && rsync -avzh css/mana.min* ./docs/assets/"
|
2020-08-20 15:35:01 +00:00
|
|
|
},
|
|
|
|
"author": "Andrew Gioia <andrew@gioia.email>",
|
2016-06-29 10:21:06 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-08-20 15:35:01 +00:00
|
|
|
"url": "https://github.com/andrewgioia/mana/issues"
|
2016-06-29 10:21:06 +00:00
|
|
|
},
|
2024-10-29 02:13:17 +00:00
|
|
|
"homepage": "https://mana.andrewgioia.com",
|
|
|
|
"devDependencies": {
|
|
|
|
"sass": "^1.80.4"
|
|
|
|
}
|
|
|
|
}
|