mirror of
https://github.com/Febbweiss/filebrowser-durandal-widget.git
synced 2026-03-05 06:35:49 +00:00
init
This commit is contained in:
33
lib/knockout-validation/package.json
Normal file
33
lib/knockout-validation/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "knockout.validation",
|
||||
"version": "2.0.2",
|
||||
"description": "A KnockoutJS Plugin for model and property validation",
|
||||
"main": "dist/knockout.validation.js",
|
||||
"files": ["dist", "localization", "CONTRIBUTING.md"],
|
||||
"peerDependencies": {
|
||||
"knockout": ">=2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-cli": "~0.1.13",
|
||||
"grunt-contrib-jshint": "~0.11.0",
|
||||
"grunt-contrib-uglify": "~0.7.0",
|
||||
"grunt-contrib-concat": "~0.5.0",
|
||||
"grunt-contrib-qunit": "~0.5.2",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-clear": "~0.2.1",
|
||||
"jshint-stylish": "~1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Knockout-Contrib/Knockout-Validation.git"
|
||||
},
|
||||
"author": "@ericmbarnard",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Knockout-Contrib/Knockout-Validation/issues"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user