@tko/provider.mustache
Version:
Interpolate text/node attributes {{ }}
53 lines (52 loc) • 1.14 kB
JSON
{
"version": "4.0.0-beta1.6",
"name": "@tko/provider.mustache",
"description": "Interpolate text/node attributes {{ }}",
"module": "dist/provider.mustache.js",
"files": [
"dist/",
"helpers/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/knockout/tko.git"
},
"keywords": [
"knockout",
"tko",
"ko"
],
"author": "The Knockout Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/knockout/tko/issues"
},
"homepage": "https://tko.io",
"dependencies": {
"@tko/binding.template": "^4.0.0-beta1.3",
"@tko/observable": "^4.0.0-beta1.3",
"@tko/provider": "^4.0.0-beta1.3",
"@tko/utils": "^4.0.0-beta1.3",
"@tko/utils.parser": "^4.0.0-beta1.6",
"tslib": "^2.2.0"
},
"karma": {
"frameworks": [
"jasmine"
]
},
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./helpers/*": "./helpers/*"
},
"gitHead": "c31dee2a2aa3f07e798d59e3aaf0da955dbcacb0"
}