1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-24 05:53:46 +01:00

Start again

This commit is contained in:
2020-10-04 17:14:00 +02:00
parent c0d3912413
commit 091f119048
4382 changed files with 1762543 additions and 9606 deletions

39
vendors/parsleyjs/bower.json vendored Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "parsleyjs",
"ignore": [
"**/.*",
"build",
"test",
"doc",
"*.md",
".json",
"*.html",
"AUTHORS.txt",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"jquery": ">1.8"
},
"devDependencies": {
"expect.js": "*",
"mocha": "*",
"bootstrap": "~3.0.3",
"sinonjs": "~1.7.3",
"uwidget": "~0.0.1"
},
"keywords": [
"parsley",
"form",
"validation",
"html5",
"polyfill"
],
"author": {
"name": "Guillaume Potier",
"email": "guillaume@wisembly.com",
"url": "http://guillaumepotier.com/"
},
"license": "MIT",
"main": "dist/parsley.js"
}