UNPKG

bem-font-awesome-icons

Version:

Font Awesome icons extracted as SVG in BEM notation

39 lines (38 loc) 898 B
{ "name": "bem-font-awesome-icons", "version": "1.1.1", "description": "Font Awesome icons extracted as SVG in BEM notation", "main": "generate.js", "scripts": { "build": "node generate", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "icon" ], "keywords": [ "bem", "font awesome", "fa" ], "homepage": "https://github.com/tadatuta/bem-font-awesome-icons", "bugs": { "url": "https://github.com/tadatuta/bem-font-awesome-icons/issues/new" }, "repository": { "type": "git", "url": "git://github.com/tadatuta/bem-font-awesome-icons.git" }, "engines": { "node": ">=4" }, "author": "Vladimir Grinenko <i@tadatuta.com>", "license": "MIT", "devDependencies": { "font-awesome": "^4.7.0", "font-blast": "^0.2.2", "mv": "^2.1.1", "postcss": "^5.2.15" } }