{

"author": {
  "name": "Ben Newman",
  "email": "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"
},
"bugs": {
  "url": "https://github.com/benjamn/cls/issues"
},
"_id": "cls@0.1.5",
"dist": {
  "shasum": "df3218cf9d1480747f584d88b19b74c6b281317b",
  "tarball": "http://registry.npmjs.org/cls/-/cls-0.1.5.tgz"
},
"_from": "cls@>=0.1.3 <0.2.0",
"_npmVersion": "1.4.3",
"_npmUser": {
  "name": "benjamn",
  "email": "bn@cs.stanford.edu"
},
"maintainers": [
  {
    "name": "benjamn",
    "email": "bn@cs.stanford.edu"
  }
],
"directories": {},
"_shasum": "df3218cf9d1480747f584d88b19b74c6b281317b",
"_resolved": "https://registry.npmjs.org/cls/-/cls-0.1.5.tgz",
"readme": "ERROR: No README data found!"

}