array-indexer
Version:
Create indexes based on arrays of objects
24 lines (23 loc) • 448 B
JSON
{
"name": "array-indexer",
"version": "1.0.3",
"description": "Create indexes based on arrays of objects",
"main": "index.js",
"scripts": {
"test": "nodeunit test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/wankdanker/array-index.git"
},
"author": "Dan VerWeire",
"license": "MIT",
"keywords": [
"index",
"array",
"object"
],
"devDependencies": {
"nodeunit": "^0.11.3"
}
}