{
  "name": "pseudoclass",
  "version": "1.0.3",
  "homepage": "https://lazd.github.com/PseudoClass",
  "author": "Larry Davis <lazdnet@gmail.com>",
  "license": "BSD",
  "repository": {
    "type": "git",
    "url": "https://github.com/lazd/PseudoClass.git"
  },
  "bugs": {
    "url": "https://github.com/lazd/PseudoClass/issues"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-benchmark": "~0.2.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-mocha-cov": "~0.3.0",
    "chai": "~1.8.1"
  },
  "scripts": {
    "blanket": {
      "pattern": [
        "source"
      ]
    },
    "test": "grunt test"
  },
  "main": "source/Class.js",
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "source/",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "class",
    "inheritance",
    "oop",
    "extend"
  ]
}
