{
  "name": "hoodie",
  "title": "Hoodie",
  "description": "Hoodie library for the browser",
  "version": "0.2.3",
  "main": "./dist/hoodie.js",
  "homepage": "http://hood.ie",
  "repository": {
    "type": "git",
    "url": "https://github.com/hoodiehq/hoodie.js.git"
  },
  "bugs": {
    "url": "https://github.com/hoodiehq/hoodie.js/issues"
  },
  "licenses": [
    {
      "type": "Apache License 2.0",
      "url": "https://github.com/hoodiehq/hoodie.js/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "nobackend",
    "frontend-only"
  ],
  "devDependencies": {
    "grunt": "~0.4.1",
    "jshint": "~2.1.3",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-watch": "~0.4.4",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-groc": "~0.3.0",
    "testem": "~0.3.17",
    "grunt-shell": "~0.3.0"
  },
  "scripts": {
    "test": "grunt test --verbose",
    "build": "grunt build --verbose"
  }
}
