knockout
Version:
NodeJs Testable version of client script which Simplifies Dynamic JavaScript UIs by applying the Model-View-ViewModel (MVVM) Pattern.
17 lines (16 loc) • 648 B
JSON
{
"name" : "knockout",
"version" : "2.1.0",
"description" : "NodeJs Testable version of client script which Simplifies Dynamic JavaScript UIs by applying the Model-View-ViewModel (MVVM) Pattern.",
"repository" : {
"type" : "git",
"url" : "https://github.com/mtscout6/knockout-node"
},
"keywords" : ["testing", "mvvm"],
"author" : "Steven Sanderson",
"contributors" : ["Matthew Smith <mtscout6@gmail.com>"],
"maintainers" : "Matthew Smith <mtscout6@gmail.com>",
"licenses" : ["MIT"],
"dependencies" : {"jsdom" : "=0.2.1"},
"main" : "lib/knockout.js"
}