mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
655 B
40 lines
655 B
{
|
|
"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"
|
|
}
|