{
  "name": "objectarray",
  "description": "JS Array version for objects colletions",
  "version": "1.3.3",
  "author": {
    "name": "Bifuer",
    "email": "bifuer@gmail.com"
  },
  "contributors": [
    {
      "name": "Chelo Quilón Gomez",
      "email": "cheloq@gmail.com"
    }
  ],
  "homepage": "https://github.com/pillarsjs/objectarray",
  "repository": {
    "type": "git",
    "url": "git://github.com/pillarsjs/objectarray"
  },
  "bugs": {
    "url": "https://github.com/pillarsjs/objectarray/issues",
    "email" : "cheloq@gmail.com"
  },
  "keywords": [
    "objects",
    "array",
    "order",
    "dynamic structures",
    "ordering objects",
    "object keys",
    "array search",
    "js",
    "javascript",
    "node"
  ],
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "*",
    "unit.js": "*"
  },
  "main": "./index.js",
  "scripts":{
    "test": "mocha test/"
  },
  "preferGlobal": false,
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "readmeFilename": "README.md",
  "license": "MIT"
}
