UNPKG

aureooms-js-array

Version:

array manipulation code bricks for JavaScript

65 lines (64 loc) 1.49 kB
{ "name": "aureooms-js-array", "description": "array manipulation code bricks for JavaScript", "version": "4.0.0", "author": "Aurélien Ooms <aurelien.ooms@gmail.com>", "ava": { "require": [ "babel-polyfill", "babel-register" ] }, "babel": { "presets": [ "env" ], "env": { "development": { "sourceMaps": "inline" } } }, "bugs": { "url": "https://github.com/aureooms/js-array/issues" }, "dependencies": {}, "devDependencies": { "aureooms-js-array": "^3.1.0", "aureooms-js-compare": "^1.4.5", "aureooms-js-functools": "^2.0.3", "aureooms-js-itertools": "^3.1.1", "aureooms-js-mem": "^1.0.2", "aureooms-js-operator": "^1.0.2", "aureooms-js-random": "^1.0.2", "ava": "^0.17.0", "babel-cli": "^6.22.2", "babel-polyfill": "^6.22.0", "babel-preset-env": "^1.1.8", "codeclimate-test-reporter": "^0.4.0", "coveralls": "^2.11.15", "esdoc": "^0.5.2", "nyc": "^10.1.2" }, "homepage": "http://aureooms.github.io/js-array/", "keywords": [ "array", "bricks", "javascript", "js", "loop", "vector" ], "license": "AGPL-3.0", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/aureooms/js-array.git" }, "scripts": { "build": "babel src -d lib", "cover": "nyc --reporter=lcov npm test", "prepublish": "npm run build", "test": "ava ./test/src --concurrency 8" } }