UNPKG

@elastic/maki

Version:

Pixel-perfect icons for web cartography

50 lines (49 loc) 1.13 kB
{ "author": "Mapbox", "contributors": [ "Elastic" ], "name": "@elastic/maki", "description": "Pixel-perfect icons for web cartography", "version": "6.3.0", "main": "index.js", "scripts": { "test": "tape test/maki.test.js | tap-spec", "build": "node scripts/make-layouts.js && node scripts/format-icons.js", "prepublish": "node scripts/make-spritesheets.js" }, "devDependencies": { "@elastic/spritezero": "6.2.0", "eslint": "^5.6.0", "glob": "^7.1.4", "husky": "^1.0.0", "mkdirp": "^0.5.1", "prettier": "^1.14.3", "tap-spec": "^5.0.0", "tape": "^4.11.0", "xml2js": "^0.4.19" }, "repository": { "type": "git", "url": "git://github.com/elastic/maki" }, "keywords": [ "map", "icon", "poi", "svg" ], "license": "CC0-1.0", "bugs": { "url": "https://github.com/elastic/maki/issues" }, "homepage": "https://github.com/elastic/maki", "husky": { "hooks": { "pre-commit": "eslint ./scripts/* && prettier --write ./scripts/* && npm run build && git add ." } }, "prettier": { "singleQuote": true } }