{
  "name": "classic",
  "description": "Straightforward classes for node.js or web browsers",
  "version": "0.0.2",
  "homepage": "https://github.com/tarruda/classic",
  "author": {
    "name": "Thiago de Arruda",
    "email": "tpadilha84@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tarruda/classic.git"
  },
  "bugs": {
    "url": "https://github.com/tarruda/classic/issues"
  },
  "keywords": [
    "class",
    "classes",
    "inheritance",
    "inherits",
    "inherit",
    "oo",
    "object-orientation"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tarruda/classic/blob/master/LICENSE-MIT"
    }
  ],
  "main": "./src/index",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-mocha-debug": "~0.0.8",
    "grunt-exec-jshint": "~0.0.0",
    "grunt-release": "~0.5.1",
    "grunt-newer": "~0.5.4",
    "mocha": "~1.13.0",
    "powerbuild": "0.0.5",
    "grunt-saucelabs": "~4.1.2"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "inherits": "~2.0.1",
    "has": "0.0.1"
  },
  "scripts": {
    "test": "grunt travis"
  }
}
