UNPKG

gamut

Version:

Create a new array of values in a range.

37 lines (36 loc) 847 B
{ "name": "gamut", "version": "1.1.0", "description": "Create a new array of values in a range.", "main": "gamut.js", "scripts": { "test": "tape test.js", "coverage": "istanbul cover node_modules/.bin/tape test.js", "coveralls": "istanbul cover node_modules/.bin/tape test.js && cat ./coverage/lcov.info | coveralls" }, "keywords": [ "range", "generate", "gamut", "array", "create" ], "author": "Alan Shaw", "license": "ISC", "dependencies": { "polymorf": "^1.1.0" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.2", "tape": "^3.0.3" }, "repository": { "type": "git", "url": "https://github.com/alanshaw/gamut.git" }, "bugs": { "url": "https://github.com/alanshaw/gamut/issues" }, "homepage": "https://github.com/alanshaw/gamut" }