UNPKG

1.1 kBJSONView Raw
1{
2 "name": "material-design-icon-list",
3 "version": "4.0.2-nightly.286",
4 "description": "A list Google's Material Design Icons",
5 "main": "dist/cjs/list.js",
6 "module": "dist/esm/list.js",
7 "browser": "dist/list.js",
8 "author": "Eko Eryanto",
9 "license": "MIT",
10 "homepage": "https://github.com/ekoeryanto/material-design-icon-list",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/ekoeryanto/material-design-icon-list.git"
14 },
15 "bugs": {
16 "url": "https://github.com/ekoeryanto/material-design-icon-list/issues"
17 },
18 "keywords": [
19 "material",
20 "design",
21 "icons",
22 "list",
23 "json"
24 ],
25 "scripts": {
26 "postinstall": "node ./scripts/download.js",
27 "build": "rollup -c",
28 "test": "mocha --colors ./test/*.spec.js",
29 "test:watch": "mocha --require babel-core/register --colors -w ./test/*.spec.js"
30 },
31 "devDependencies": {
32 "chai": "^4.1.2",
33 "conventional-changelog-cli": "^2.0.5",
34 "eslint": "^4.13.1",
35 "mocha": "^4.0.1",
36 "release-it": "^7.6.1",
37 "rollup": "^0.66.5",
38 "rollup-plugin-json": "^3.0.0"
39 }
40}