UNPKG

olive_oil

Version:

A namespace handler,class factory and inheritance handler

33 lines (32 loc) 706 B
{ "name": "olive_oil", "version": "0.0.3", "description": "A namespace handler,class factory and inheritance handler", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "mocha tests/OliveOil.js" }, "repository": { "type": "git", "url": "https://github.com/drFabio/OliveOil.git" }, "keywords": [ "Class", "Factory", "Namespaces", "Inheritance" ], "dependencies": { "chai":"*", "class.extend":"*" }, "author": "Fabio Oliveira Costa <fabio@dexus.com.br>", "license": "MIT", "bugs": { "url": "https://github.com/drFabio/OliveOil/issues" }, "homepage": "https://github.com/drFabio/OliveOil" }