classified
Version:
Real OOP for Javascript
33 lines (32 loc) • 582 B
JSON
{
"name": "classified",
"description": "Real OOP for Javascript",
"version": "0.1.3",
"author": {
"name": "Christian Blanquera",
"email": "cblanquera@openovate.com"
},
"keywords": [
"oop",
"class",
"protected",
"parent",
"structure",
"constructor",
"inheritence",
"constant"
],
"devDependencies": {
"mocha": "1.21.4",
"mocha-jshint": "0.0.9"
},
"dependencies": {},
"main": "./classified.js",
"repository": {
"type": "git",
"url": "https://github.com/cblanquera/classified.git"
},
"scripts": {
"test": "mocha"
}
}