UNPKG

array-predicates

Version:

Predicates that make working with js arrays easier.

31 lines (30 loc) 861 B
{ "name": "array-predicates", "main": "index.js", "version": "1.0.2", "description": "Predicates that make working with js arrays easier.", "author": "Joseph Spencer", "scripts": { "pretest": "jshint *.js && jshint --config ./test/.jshintrc test", "cover": "istanbul cover _mocha -- ./test/**/*.specs.js && cat ./coverage/lcov.info | coveralls -v && rm -rf coverage", "test": "mocha -w ./test/**/*.specs.js" }, "repository": { "type": "git", "url": "https://github.com/jsdevel/js-array-predicates.git" }, "keywords": [], "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/jsdevel/js-array-predicates/issues" }, "devDependencies": { "chai": "^3.2.0", "coveralls": "^2.11.4", "istanbul": "^0.3.18", "jshint": "^2.8.0", "mocha": "^2.2.5" }, "dependencies": {} }