material-design-icons-updated
Version:
Material Design icons by Google
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "material-design-icons-updated",
"version": "7.0.0",
"description": "Material Design icons by Google",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/stramel/material-design-icons-updated"
},
"files": [
"icons"
],
"keywords": [
"icons",
"material",
"material-design",
"google"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stramel/material-design-icons-updated/issues"
},
"homepage": "https://github.com/stramel/material-design-icons-updated",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@changesets/cli": "^2.9.2",
"async.queue": "^0.5.2",
"chalk": "^4.1.0",
"cli-progress": "^3.0.0",
"cli-table3": "^0.6.0",
"debug": "^4.1.1",
"got": "^11.3.0",
"markdown-table": "^2.0.0",
"noop-stream": "^0.1.0"
},
"prettier": {
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"scripts": {
"start": "VERBOSE=true node -r @babel/register ./scripts/download.js",
"debug": "DEBUG=check:* VERBOSE=true node -r @babel/register ./scripts/download.js"
},
"dependencies": {}
}