UNPKG

useful-class

Version:

useful Classical inheritance scaffolding, including singletons and easy to use mixin functionality

41 lines (40 loc) 1.28 kB
{ "author" : { "name" : "constantology", "email" : "christos@muigui.com", "url" : "http://muigui.com" }, "description" : "useful Classical inheritance scaffolding, including singletons and easy to use mixin functionality", "dependencies" : { "useful-copy" : "latest", "useful-iter" : "latest", "useful-string" : "latest", "useful-value" : "latest" }, "devDependencies" : { "chai" : "latest", "mocha" : "latest", "grunt-contrib-concat" : "latest", "grunt-contrib-uglify" : "latest", "grunt-contrib-watch" : "latest", "useful-type" : "latest" }, "engines" : { "node" : ">= 0.8.x" }, "keywords" : ["class", "classical inheritance", "javascript", "object-oriented", "programming"], "licenses" : [ { "type" : "MIT", "url" : "https://raw.github.com/muigui/useful-Class/master/LICENSE" } ], "main" : "./index.js", "name" : "useful-class", "repository" : { "type" : "git", "url" : "git@github.com:muigui/useful-Class.git" }, "scripts" : { "test" : "mocha -c --ignore-leaks -R spec -u tdd ./test/runner.js" }, "version" : "0.1.0" }