min-iterator
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name" : "min-iterator", | ||
"version" : "0.1.0", | ||
"version" : "0.1.1", | ||
"description" : "Minimal iterator API for Node.js and the browser", | ||
@@ -13,3 +13,4 @@ "keywords" : ["iterator", "node", "browser"], | ||
"scripts" : { | ||
"test" : "make test" | ||
"start" : "mocha --watch", | ||
"test" : "make" | ||
}, | ||
@@ -21,5 +22,8 @@ "repository" : { | ||
"devDependencies" : { | ||
"mocha" : ">=1.14 <2", | ||
"mocha" : ">=1.17 <2", | ||
"jslint" : "~0.2.5", | ||
"consolify" : "~0.6.0", | ||
"browserify" : ">=3.19 <4", | ||
"coverify" : "~1.0.2", | ||
"mocaccino" : "~0.1.1", | ||
"consolify" : "~0.7.0", | ||
"phantomic" : "~0.2.1" | ||
@@ -26,0 +30,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# min-iterator.js | ||
# min-iterator.js [![Build Status](https://travis-ci.org/mantoni/min-iterator.js.png?branch=master)](https://travis-ci.org/mantoni/min-iterator.js) | ||
@@ -3,0 +3,0 @@ Minimal iterator API for Node.js and the browser. |
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
4641
7