@tko/build.knockout
Version:
Knockout makes it easier to create rich, responsive UIs with JavaScript
76 lines (75 loc) • 1.81 kB
JSON
{
"version": "4.1.0",
"name": "@tko/build.knockout",
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
"homepage": "https://tko.io",
"license": "MIT",
"author": "The Knockout Team",
"repository": {
"type": "git",
"url": "git+https://github.com/knockout/tko.git"
},
"bugs": {
"url": "https://github.com/knockout/tko/issues"
},
"testling": {
"preprocess": "build/build.sh",
"html": "spec/runner.html?src=build/output/knockout-latest.js&testling=true",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/3..latest",
"safari/5.0.5..latest",
"opera/11.0..latest",
"iphone/6..latest",
"ipad/6..latest"
]
},
"files": [
"dist/"
],
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"dependencies": {
"@tko/binding.component": "^4.1.0",
"@tko/binding.core": "^4.1.0",
"@tko/binding.foreach": "^4.1.0",
"@tko/binding.if": "^4.1.0",
"@tko/binding.template": "^4.1.0",
"@tko/builder": "^4.1.0",
"@tko/filter.punches": "^4.1.0",
"@tko/provider.attr": "^4.1.0",
"@tko/provider.component": "^4.1.0",
"@tko/provider.databind": "^4.1.0",
"@tko/provider.multi": "^4.1.0",
"@tko/provider.virtual": "^4.1.0",
"@tko/utils.component": "^4.1.0",
"@tko/utils.functionrewrite": "^4.1.0",
"@tko/utils": "^4.1.0"
},
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"tko": {
"iifeGlobalName": "ko",
"buildMode": "browser"
},
"scripts": {
"build": "bun ../../tools/build.ts"
},
"keywords": [
"knockout",
"tko",
"framework",
"mvvm",
"data-binding",
"compatible"
]
}