framework-factory
Version:
A wonderful factory framwork for creating modern object oriented javascript libraries.
38 lines (37 loc) • 1.06 kB
JSON
{
"name": "framework-factory",
"version": "1.1.1",
"keywords": [
"framework",
"framework-factory",
"oops",
"object-oriented-programming",
"class",
"library"
],
"description": "A wonderful factory framwork for creating modern object oriented javascript libraries.",
"main": "lib/framework-factory.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/maniartech/framework-factory.git"
},
"author": "M. Aamir Maniar, @aamironline - www.maniartech.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/maniartech/framework-factory/issues"
},
"homepage": "https://github.com/maniartech/framework-factory"
}