2020-09-17 22:27:00 +08:00
|
|
|
{
|
|
|
|
"name": "knockout",
|
|
|
|
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
|
|
|
|
"homepage": "http://knockoutjs.com/",
|
2020-10-09 18:44:39 +08:00
|
|
|
"version": "3.5.1-sm",
|
2020-09-17 22:27:00 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"author": "The Knockout.js team",
|
|
|
|
"main": "build/output/knockout-latest.js",
|
|
|
|
"types": "build/types/knockout.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"prepublish": "grunt",
|
|
|
|
"test": "node spec/runner.node.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/knockout/knockout.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/knockout/knockout/issues",
|
|
|
|
"testling": {
|
|
|
|
"preprocess": "build/build.sh",
|
|
|
|
"html": "spec/runner.html?src=build/output/knockout-latest.js&testling=true",
|
|
|
|
"browsers": [
|
2021-07-29 17:43:47 +08:00
|
|
|
"chrome/69..latest",
|
|
|
|
"firefox/69..latest",
|
|
|
|
"safari/12..latest",
|
|
|
|
"opera/56..latest"
|
2020-09-17 22:27:00 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"licenses": [
|
2020-09-18 03:34:38 +08:00
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
|
|
}
|
2020-09-17 22:27:00 +08:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
2020-09-18 03:34:38 +08:00
|
|
|
"grunt-cli": "~0.1.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"closure-compiler": "^0.2.12",
|
|
|
|
"google-closure-compiler": "^20200830.0.0"
|
2020-09-17 22:27:00 +08:00
|
|
|
}
|
|
|
|
}
|