UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

45 lines (44 loc) 1.21 kB
{ "name": "etag", "description": "Create simple HTTP ETags", "version": "1.8.0", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "David Björklund <david.bjorklund@gmail.com>" ], "license": "MIT", "keywords": [ "etag", "http", "res" ], "repository": "jshttp/etag", "devDependencies": { "beautify-benchmark": "0.2.4", "benchmark": "2.1.3", "eslint": "3.15.0", "eslint-config-standard": "6.2.1", "eslint-plugin-markdown": "1.0.0-beta.3", "eslint-plugin-promise": "3.4.2", "eslint-plugin-standard": "2.0.1", "istanbul": "0.4.5", "mocha": "1.21.5", "seedrandom": "2.4.2" }, "files": [ "LICENSE", "HISTORY.md", "README.md", "index.js" ], "engines": { "node": ">= 0.6" }, "scripts": { "bench": "node benchmark/index.js", "lint": "eslint --plugin markdown --ext js,md .", "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" } }