-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 956 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "provejs-jquery",
"version": "1.0.5",
"description": "An event based jQuery plugin for client-side validation of html forms.",
"main": "dist/prove.min.js",
"directories": {
"example": "examples"
},
"dependencies": {
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^4.0.1",
"grunt-eslint": "^22.0.0"
},
"devDependencies": {
"@ravdocs/eslint": "^1.0.11",
"eslint": "^6.5.1",
"grunt": "^1.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhollenbeck/provejs-jquery.git"
},
"keywords": [
"jquery",
"form",
"validation",
"bootstrap",
"validate"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhollenbeck/provejs-jquery/issues"
},
"homepage": "https://github.com/dhollenbeck/provejs-jquery#readme"
}