UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

74 lines (73 loc) 2.07 kB
{ "title": "The Definitive List of Binary Extensions", "name": "binaryextensions", "version": "2.0.0", "description": "A package that contains an array of every single file extension there is for binary files", "homepage": "https://github.com/bevry/binaryextensions", "license": "MIT", "keywords": [ "binary", "extensions" ], "badges": { "list": [ "travisci", "npmversion", "npmdownloads", "daviddm", "daviddmdev", "---", "slackin", "patreon", "gratipay", "flattr", "paypal", "bitcoin", "wishlist" ], "config": { "patreonUsername": "bevry", "gratipayUsername": "bevry", "flattrUsername": "balupton", "paypalURL": "https://bevry.me/paypal", "bitcoinURL": "https://bevry.me/bitcoin", "wishlistURL": "https://bevry.me/wishlist", "slackinURL": "https://slack.bevry.me" } }, "author": "2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)", "maintainers": [ "Benjamin Lupton <b@lupton.cc> (https://balupton.com)" ], "contributors": [ "Benjamin Lupton <b@lupton.cc> (https://balupton.com)" ], "bugs": { "url": "https://github.com/bevry/binaryextensions/issues" }, "repository": { "type": "git", "url": "http://github.com/bevry/binaryextensions.git" }, "engines": {}, "main": "index.json", "browser": "index.json", "dependencies": {}, "devDependencies": { "assert-helpers": "^4.2.0", "joe": "^1.6.0", "joe-reporter-console": "^1.2.1", "projectz": "^1.0.0" }, "scripts": { "setup": "npm install", "meta": "npm run meta:projectz", "meta:projectz": "projectz compile", "prepare": "npm run test && npm run meta", "release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push", "release:publish": "npm publish", "release:tag": "git tag v$npm_package_version -a", "release:push": "git push origin master && git push origin --tags", "test": "node --harmony ./test.js" } }