justice
Version:
An MVC library to make things easier.
35 lines (34 loc) • 665 B
JSON
{
"name": "justice",
"description": "An MVC library to make things easier.",
"version": "0.0.1",
"keywords": [
"MVC",
"javascript",
"browser",
"library"
],
"repository": {
"type": "git",
"url": "git://github.com/jsz1/just.git"
},
"maintainers": [
{
"name": "Jacob Schatz",
"email": "jschatz1@gmail.com",
"web": "http://jsz1.github.io/just"
}
],
"bugs": {
"url": "https://github.com/jsz1/just/issues"
},
"licenses": [
{
"name": "MIT",
"url": "https://raw.githubusercontent.com/jsz1/just/master/LICENSE.txt"
}
],
"devDependencies": {
"qunitjs": "^1.17.1"
}
}