Files
2014-08-24 01:02:57 +08:00

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"
]
}
]
}