UNPKG

@girder/fontello

Version:

Built Fontello files for use in Girder.

26 lines (25 loc) 874 B
{ "name": "@girder/fontello", "version": "5.0.8", "description": "Built Fontello files for use in Girder.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/girder/girder.git" }, "bugs": { "url": "https://github.com/girder/girder/issues" }, "main": "index.js", "scripts": { "build": "rm -rf dist .fontello-session && npx fontello-cli install --config fontello.config.json --css dist/css --font dist/fonts --host https://fontello.com && sed -i 's#/font/#/fonts/#g' dist/css/fontello.css && rm -f dist/css/fontello-codes.css dist/css/fontello-embedded.css dist/css/fontello-ie7.css dist/css/fontello-ie7-codes.css", "prepublishOnly": "$npm_execpath install && $npm_execpath run build" }, "devDependencies": { "fontello-cli": "^0.6.2" }, "keywords": [ "fontello", "girder" ] }