bugcore
Version:
bugcore is a JavaScript library that provides a foundational architecture for object oriented JS
29 lines • 634 B
JSON
{
"name": "bugcore",
"version": "0.3.27",
"description": "bugcore is a JavaScript library that provides a foundational architecture for object oriented JS",
"main": "./scripts/bugcore-node.js",
"dependencies": {
"bugpack": "0.2.2"
},
"author": "Brian Neisler <me@brianneisler.com>",
"repository": {
"type": "git",
"url": "https://github.com/airbug/bugcore.git"
},
"bugs": {
"url": "https://github.com/airbug/bugcore/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/airbug/bugcore/master/LICENSE"
}
],
"keywords": [
"bugcore",
"framework",
"object",
"oop"
]
}