{
  "name": "bower-json",
  "version": "0.4.0",
  "description": "Read bower.json files with semantics, normalisation, defaults and validation.",
  "author": "Twitter",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/bower/json/blob/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/bower/json.git"
  },
  "main": "lib/json",
  "engines": {
    "node": ">=0.8.0"
  },
  "dependencies": {
    "deep-extend": "~0.2.5",
    "graceful-fs": "~2.0.0",
    "intersect": "~0.0.3"
  },
  "devDependencies": {
    "expect.js": "~0.2.0",
    "mocha": "~1.12.0",
    "grunt": "~0.4.1",
    "grunt-contrib-watch": "~0.4.4",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-simple-mocha": "~0.4.0"
  },
  "scripts": {
    "test": "grunt test"
  }
}
