UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

46 lines (45 loc) 1.31 kB
{ "name": "heimdalljs-logger", "version": "0.1.9", "description": "Structured logging via heimdalljs", "main": "dist/index.js", "scripts": { "build": "rollup --no-strict -c test.config.js && rollup -c index.config.js", "test": "npm run build && mocha dist/tests/index.js", "test:debug": "npm run build && mocha --no-timeouts debug dist/tests/index.js", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/heimdalljs/heimdalljs-logger.git" }, "author": "David J. Hamilton <davidjh@hjdivad.com>", "license": "MIT", "bugs": { "url": "https://github.com/heimdalljs/heimdalljs-logger/issues" }, "homepage": "https://github.com/heimdalljs/heimdalljs-logger#README.md", "keywords": [ "javascript" ], "files": [ "dist" ], "devDependencies": { "babel-preset-es2015": "6.13.0", "babel-preset-es2015-rollup": "^1.1.1", "chai": "^3.5.0", "mocha": "^2.2.5", "mocha-jshint": "~2.2.3", "rollup": "^0.34.1", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-buble": "^0.12.1", "rollup-plugin-commonjs": "^3.3.1", "rollup-plugin-json": "^2.0.1", "rollup-plugin-node-resolve": "^1.7.1" }, "dependencies": { "debug": "^2.2.0", "heimdalljs": "^0.2.0" } }