ember-material-icons
Version:
Google Material icons for your ember-cli app
30 lines (29 loc) • 676 B
JSON
{
"name": "matcher-collection",
"version": "1.0.4",
"main": "index.js",
"dependencies": {
"minimatch": "^3.0.2"
},
"devDependencies": {
"tap": "^1.4.1"
},
"files": [
"index.js"
],
"scripts": {
"test": "tap --timeout 2 test.js",
"test:debug": "tap --debug-brk --timeout 9999 test.js"
},
"author": "Stefan Penner",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanpenner/matcher-collection.git"
},
"bugs": {
"url": "https://github.com/stefanpenner/matcher-collection/issues"
},
"homepage": "https://github.com/stefanpenner/matcher-collection#readme",
"description": ""
}