-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "material-design-icon-list",
"version": "4.0.2-nightly.286",
"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"
}
}