binaryextensions
Advanced tools
Comparing version 1.0.1 to 2.0.0
# History | ||
## v2.0.0 2016 May 10 | ||
- Now a json file | ||
## v1.0.1 2016 May 2 | ||
@@ -4,0 +7,0 @@ - Updated meta files |
{ | ||
"title": "The Definitive List of Binary Extensions", | ||
"name": "binaryextensions", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "A package that contains an array of every single file extension there is for binary files", | ||
@@ -14,2 +14,3 @@ "homepage": "https://github.com/bevry/binaryextensions", | ||
"list": [ | ||
"travisci", | ||
"npmversion", | ||
@@ -53,17 +54,22 @@ "npmdownloads", | ||
"engines": {}, | ||
"main": "index.js", | ||
"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:docs": "documentation build -f html -g --shallow ./source/**.js -o ./docs", | ||
"meta:projectz": "projectz compile", | ||
"prepare": "npm run meta", | ||
"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" | ||
"release:push": "git push origin master && git push origin --tags", | ||
"test": "node --harmony ./test.js" | ||
} | ||
} |
@@ -10,2 +10,3 @@ <!-- TITLE/ --> | ||
<span class="badge-travisci"><a href="http://travis-ci.org/bevry/binaryextensions" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/bevry/binaryextensions/master.svg" alt="Travis CI Build Status" /></a></span> | ||
<span class="badge-npmversion"><a href="https://npmjs.org/package/binaryextensions" title="View this project on NPM"><img src="https://img.shields.io/npm/v/binaryextensions.svg" alt="NPM version" /></a></span> | ||
@@ -42,2 +43,11 @@ <span class="badge-npmdownloads"><a href="https://npmjs.org/package/binaryextensions" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/binaryextensions.svg" alt="NPM downloads" /></a></span> | ||
<a href="http://browserify.org" title="Browserify lets you require('modules') in the browser by bundling up all of your dependencies"><h3>Browserify</h3></a><ul> | ||
<li>Install: <code>npm install --save binaryextensions</code></li> | ||
<li>Module: <code>require('binaryextensions')</code></li> | ||
<li>CDN URL: <code>//wzrd.in/bundle/binaryextensions@2.0.0</code></li></ul> | ||
<a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul> | ||
<li>Install: <code>ender add binaryextensions</code></li> | ||
<li>Module: <code>require('binaryextensions')</code></li></ul> | ||
<!-- /INSTALL --> | ||
@@ -44,0 +54,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11204
122
4
14