brite
Version:
DOM Centric Minimalistic MVC Framework
40 lines (39 loc) • 843 B
JSON
{
"name": "brite",
"version": "1.1.6",
"description": "DOM Centric Minimalistic MVC Framework",
"author": "Jeremy Chone <jeremy.chone@gmail.com>",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git://github.com/BriteSnow/brite.git"
},
"bugs": {
"url": "https://github.com/BriteSnow/brite/issues"
},
"homepage": "http://britejs.org",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"gulp-concat": "^2.6.0",
"gulp": "^3.9.1",
"gulp-uglify": "^1.4.0",
"browserify": "^13.0.1",
"gulp-rename": "^1.2.2",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"framework",
"MVC",
"HTML5",
"HTML",
"DOM",
"jQuery"
]
}