{
  "name": "object-subset",
  "version": "0.0.4",
  "description": "object-subset is a tool to conveniently create a subset of a given tool by defining corresponding fields.",
  "author": "Amberlamps <alexander.behrens.84@gmail.com>",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha test/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Amberlamps/object-subset.git"
  },
  "bugs": {
    "url": "https://github.com/Amberlamps/object-subset/issues"
  },
  "keywords": [
    "object",
    "subset",
    "lookup"
  ],
  "preferGlobal": true,
  "subdomain": "foobar",
  "analyze": true,
  "license": "MIT",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-uglify": "^0.6.0",
    "mocha": "^2.0.1"
  }
}
