mirror of
https://github.com/Febbweiss/filebrowser-durandal-widget.git
synced 2026-03-05 06:35:49 +00:00
29 lines
615 B
JSON
29 lines
615 B
JSON
{
|
|
"name": "knockout-validation",
|
|
"version": "2.0.2",
|
|
"description": "A KnockoutJS Plugin for model and property validation",
|
|
"main": "dist/knockout.validation.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"src",
|
|
"test",
|
|
"gruntfile.js"
|
|
],
|
|
"keywords": [
|
|
"Knockout-Validation",
|
|
"knockout",
|
|
"validation",
|
|
"ko"
|
|
],
|
|
"homepage": "https://github.com/Knockout-Contrib/Knockout-Validation",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Knockout-Contrib/Knockout-Validation.git"
|
|
},
|
|
"dependencies": {
|
|
"knockout": ">=2.3.0"
|
|
}
|
|
}
|