mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
29 lines
617 B
JSON
29 lines
617 B
JSON
{
|
|
"name": "knockout",
|
|
"filename": "knockout-min.js",
|
|
"version": "3.2.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",
|
|
"npmName": "knockout",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/build/output/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
]
|
|
}
|