foam-framework
Version:
MVC metaprogramming framework
25 lines (24 loc) • 515 B
JSON
{
"name": "foam-framework",
"version": "0.5.0",
"description": "MVC metaprogramming framework",
"main": "core/bootFOAM.js",
"scripts": {
"test": "nodejs tests/automatic.js"
},
"repository": {
"type": "git",
"url": "git://github.com/foam-framework/foam.git"
},
"keywords": [
"foam",
"mvc",
"metaprogramming",
"framework"
],
"author": "Kevin Greer <kgr@google.com>",
"license": "Apache",
"bugs": {
"url": "https://github.com/foam-framework/foam/issues"
}
}