listorange
Version:
List array to Range
34 lines (33 loc) • 661 B
JSON
{
"name": "listorange",
"version": "0.1.2",
"description": "List array to Range",
"main": "index.js",
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Firanolfind/listorange.git"
},
"keywords": [
"list",
"array",
"range",
"string",
"non-blocking",
"efficient"
],
"author": "Firanolfind",
"license": "MIT",
"bugs": {
"url": "https://github.com/Firanolfind/listorange/issues"
},
"homepage": "https://github.com/Firanolfind/listorange#readme",
"dependencies": {
"qqsort": "^1.0.7"
},
"devDependencies": {
"mocha": "^3.1.2"
}
}