{
  "name": "mezquite",
  "version": "1.1.5",
  "description": "library to manage maps between objects",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Cereceres/mezquitejs.git"
  },
  "keywords": [
    "map",
    "objects",
    "librery"
  ],
  "author": "Jesus Cereceres",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Cereceres/mezquitejs/issues"
  },
  "homepage": "https://github.com/Cereceres/mezquitejs#readme",
  "devDependencies": {
    "mocha": "^3.2.0"
  }
}