Files
cdnjs/ajax/libs/knockout/package.json
T
2013-01-16 13:38:23 -08:00

26 lines
616 B
JSON

{
"name": "knockout",
"filename": "knockout-min.js",
"version": "2.2.1",
"description": "Simplify dynamic JavaScript UIs by applying the Model-View-View Model (MVVM)",
"homepage": "http://knockoutjs.com/",
"keywords": [
"mvvm",
"ui",
"templating"
],
"maintainers": [
{
"name": "Steven Sanderson",
"email": "steve@codeville.net",
"web": "http://blog.stevensanderson.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/SteveSanderson/knockout"
}
]
}