mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 00:36:26 +10:00
20 lines
525 B
JSON
20 lines
525 B
JSON
{
|
|
"name": "knockout",
|
|
"filename": "knockout-min.js",
|
|
"version": "3.1.0",
|
|
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
|
|
"homepage": "http://knockoutjs.com/",
|
|
"license": "MIT",
|
|
"author": "The Knockout.js team",
|
|
"keywords": [
|
|
"mvvm",
|
|
"ui",
|
|
"templating"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/knockout/knockout.git"
|
|
},
|
|
"bugs": "https://github.com/knockout/knockout/issues"
|
|
}
|