vitruvio
Version:
Framework which extends JavaScript capabilities in order to allow developing OOP applications over an structural well designed architecture by defining: namespaces, classes, interfaces, enumerators, inheritance, exceptions and other resources.
41 lines (40 loc) • 1.14 kB
JSON
{
"name": "vitruvio",
"version": "1.1.0",
"description": "Framework which extends JavaScript capabilities in order to allow developing OOP applications over an structural well designed architecture by defining: namespaces, classes, interfaces, enumerators, inheritance, exceptions and other resources.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"readmeFileName": "README.md",
"keywords": [
"Class",
"Namespace",
"Dependency loader",
"System",
"Event manager",
"XML parser",
"JXON",
"Inheritance",
"Exception",
"Framework"
],
"authors": [
"Yadir Hernandez <yadirhb@gmail.com>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/yadirhb/vitruvio.git"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-yui-compressor": "^0.4.0"
}
}