{
  "name": "uberproto",
  "description": "JavaScript object inheritance sugar: Easy extension, mixins, super methods, proxies",
  "version": "1.2.0",
  "homepage": "http://daffl.github.com/uberproto",
  "repository": {
    "type": "git",
    "url": "git://github.com/daffl/uberproto.git"
  },
  "author": "David Luecke <daff@neyeon.com> (http://neyeon.com)",
  "main": "lib/proto",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "grunt"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "devDependencies": {
    "mocha": "~ 1.8.0",
    "grunt": "~ 0.4.0",
    "grunt-contrib-concat": "*",
    "grunt-contrib-uglify": "*",
    "grunt-contrib-jshint": "*",
    "grunt-release": "~0.6.0",
    "grunt-simple-mocha": "~0.4.0",
    "grunt-cli": "~0.1.12"
  },
  "engines": {
    "node": "*"
  }
}
