{
  "author": "Ben Newman <bn@cs.stanford.edu>",
  "name": "cls",
  "description": "Class factory featuring inheritance of static properties, static constructors, lazy population of prototypes, and this._super.",
  "keywords": [
    "class",
    "inheritance",
    "static",
    "lazy",
    "super",
    "prototype",
    "extend"
  ],
  "version": "0.1.5",
  "homepage": "http://github.com/benjamn/cls",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/cls.git"
  },
  "license": "MIT",
  "main": "main.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha --reporter spec"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "~1.18.2"
  },
  "engines": {
    "node": ">= 0.6"
  }
}
