ember-material-icons
Version:
Google Material icons for your ember-cli app
123 lines (122 loc) • 3.59 kB
JSON
{
"title": "Is Text or Binary?",
"name": "istextorbinary",
"version": "2.1.0",
"description": "Determines if a buffer is comprised of text or binary",
"homepage": "https://github.com/bevry/istextorbinary",
"license": "MIT",
"keywords": [
"text",
"binary",
"encoding"
],
"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": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (https://balupton.com)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://balupton.com)",
"Rob Loach <robloach@gmail.com> (https://github.com/robloach)",
"Michael Mooring <mike@mdm.cc> (https://github.com/mikeumus)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://balupton.com)",
"shinnn <snnskwtnb@gmail.com> (https://shinnn.github.io)",
"Ian Sibner <sibnerian@gmail.com> (https://github.com/sibnerian)"
],
"bugs": {
"url": "https://github.com/bevry/istextorbinary/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/istextorbinary.git"
},
"engines": {
"node": ">=0.12"
},
"editions": [
{
"description": "Source + ESNext + Require",
"entry": "source/index.js",
"directory": "source",
"syntaxes": [
"javascript",
"esnext",
"require",
"const",
"let",
"forof",
"destructuring",
"defaults"
]
},
{
"description": "Babel Compiled + ES2015 + Require",
"entry": "es2015/index.js",
"directory": "es2015",
"syntaxes": [
"javascript",
"es2015",
"require"
]
}
],
"main": "index.js",
"browser": "es2015/index.js",
"scripts": {
"setup": "npm install",
"clean": "rm -Rf ./docs ./es2015",
"compile": "npm run compile:es2015",
"compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
"meta": "npm run meta:docs && npm run meta:projectz",
"meta:docs": "documentation build -f html -g --shallow ./source/**.js -o ./docs",
"meta:projectz": "projectz compile",
"prepare": "npm run compile && 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",
"pretest": "npm run test:eslint",
"test:eslint": "eslint ./source",
"test": "node --harmony -e \"require('editions').requirePackage(process.cwd(), require, 'test.js')\""
},
"dependencies": {
"textextensions": "1 || 2",
"binaryextensions": "1 || 2",
"editions": "^1.1.1"
},
"devDependencies": {
"assert-helpers": "^4.2.0",
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"documentation": "^4.0.0-beta2",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"joe": "^1.6.0",
"joe-reporter-console": "^1.2.1",
"projectz": "^1.1.5"
}
}