node-oops
Version:
A small library that makes object-oriented programming in javascript a little simpler.
15 lines • 468 B
JSON
{
"name": "node-oops",
"description": "A small library that makes object-oriented programming in javascript a little simpler.",
"version": "0.1.3",
"keywords": [ "oops", "object-oriented" ],
"author": { "name": "Phillip Clark", "email": "phillip@flitbit.com" },
"repository": { "type": "git", "url": "git://github.com/flitbit/oops.git" },
"main": "./",
"directories": {
"build": "./build",
"examples": "./examples",
"lib": "./lib"
},
"license": "MIT"
}