UNPKG

font-awesome-v5-icons

Version:

Returns actual list of Font Awesome icons (works with FA version 5)

51 lines (50 loc) 1.1 kB
{ "name": "font-awesome-v5-icons", "version": "1.3.0", "description": "Returns actual list of Font Awesome icons (works with FA version 5)", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/soul-wish/font-awesome-v5-icons.git" }, "files": [ "index.js", "index.d.ts", "data" ], "keywords": [ "json", "font-awesome", "font", "awesome", "list", "array", "icons", "fonts" ], "author": { "name": "Sergii Lysenko", "email": "soulwish.ls@gmail.com", "url": "https://soulwish.info" }, "license": "MIT", "bugs": { "url": "https://github.com/soul-wish/font-awesome-v5-icons/issues" }, "homepage": "https://github.com/soul-wish/font-awesome-v5-icons#readme", "devDependencies": { "ava": "^2.4.0", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3" }, "dependencies": { "got": "^11.8.6", "object.pick": "^1.3.0", "yamljs": "^0.3.0" } }