| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "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"
- }
|