mirror of
https://github.com/Febbweiss/febbweiss.github.io.git
synced 2026-03-05 06:35:50 +00:00
Fix: add dependencies
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "knockout-validation",
|
||||
"version": "2.0.3",
|
||||
"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"
|
||||
},
|
||||
"_release": "2.0.3",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "2.0.3",
|
||||
"commit": "e3916b04418ee313f0de06906a342e8609a5d05d"
|
||||
},
|
||||
"_source": "https://github.com/Knockout-Contrib/Knockout-Validation.git",
|
||||
"_target": "~2.0.2",
|
||||
"_originalSource": "knockout-validation"
|
||||
}
|
||||
Reference in New Issue
Block a user