array-util
Version:
Array utils for misc. but useful things, so far just compares arrays
27 lines (26 loc) • 541 B
JSON
{
"name": "array-util",
"version": "0.1.3",
"description": "Array utils for misc. but useful things, so far just compares arrays",
"main": "./lib/util",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec -t 50000"
},
"repository": {
"type": "git",
"url": "git://github.com/web-mech/ArrayUtil.git"
},
"keywords": [
"array",
"equals",
"compare",
"util",
"toObject"
],
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
},
"author": "web-mech",
"license": "BSD"
}