node-sort
Version:
A sorting library for Node.js
39 lines (38 loc) • 792 B
JSON
{
"name": "node-sort",
"description": "A sorting library for Node.js",
"homepage": "https://github.com/KevinTCoughlin/node-sort",
"keywords": [
"sort",
"algorithm",
"merge",
"bubble",
"insertion",
"quick",
"utility"
],
"version": "0.2.0",
"author": "Kevin Coughlin <kevintcoughlin@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:KevinTCoughlin/node-sort.git"
},
"bugs": "https://github.com/KevinTCoughlin/node-sort/issues",
"scripts": {
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"supertest": "*",
"mocha": ">= 1.11.0",
"should": ">= 1.2.2"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.6"
},
"main": "./lib/index"
}