{
"name": "glooby-class",
"version": "1.1.1",
"description": "Low level javascript library that helps you to create and work with classes/objects",
"main": "node.class.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "test/node/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kilhage/class.js.git"
},
"keywords": [
"class",
"oop",
"glooby",
"kilhage"
],
"author": "Emil Kilhage <emil.kilhage@glooby.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kilhage/class.js/issues"
},
"homepage": "https://github.com/kilhage/class.js#readme"
}
|