rangelib
Version:
a package for creating numerical ranges plus an array splitting library into multi-dimensional ones
32 lines (31 loc) • 748 B
JSON
{
"name": "rangelib",
"version": "1.2.0",
"description": "a package for creating numerical ranges plus an array splitting library into multi-dimensional ones",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/njaneambrose/rangejs.git"
},
"keywords": [
"range",
"sequence",
"arrays",
"multi-dimensional",
"split"
],
"author": "njaneambrose <njaneambrose@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/njaneambrose/rangejs/issues"
},
"homepage": "https://github.com/njaneambrose/rangejs#readme",
"files": [
"examples/example.js",
"index.js"
],
"dependencies": {},
"scripts": {
"test": "node examples/example.js"
}
}