UNPKG

material-design-icon-list

Version:
41 lines (40 loc) 1.08 kB
{ "name": "material-design-icon-list", "version": "4.0.1", "description": "A list Google's Material Design Icons", "main": "dist/cjs/list.js", "module": "dist/esm/list.js", "browser": "dist/list.js", "author": "Eko Eryanto", "license": "MIT", "homepage": "https://github.com/ekoeryanto/material-design-icon-list", "repository": { "type": "git", "url": "https://github.com/ekoeryanto/material-design-icon-list.git" }, "bugs": { "url": "https://github.com/ekoeryanto/material-design-icon-list/issues" }, "keywords": [ "material", "design", "icons", "list", "json" ], "scripts": { "postinstall": "node ./scripts/download.js", "build": "rollup -c", "test": "mocha --colors ./test/*.spec.js", "test:watch": "mocha --require babel-core/register --colors -w ./test/*.spec.js" }, "devDependencies": { "chai": "^4.1.2", "conventional-changelog-cli": "^2.0.5", "eslint": "^4.13.1", "mocha": "^4.0.1", "release-it": "^7.6.1", "rollup": "^0.66.5", "rollup-plugin-json": "^3.0.0" } }