-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
40
41
42
43
44
45
46
47
{
"name": "jquery.input.validator",
"version": "1.1.11",
"description": "This jquery plugin helps to handle html input validation. It uses strict html attributes to map the validation rules and is easy extendable.",
"main": "dist/jquery.input.validator.js",
"repository": {
"type": "git",
"url": "git://github.com/creative-workflow/jquery.input.validator.git"
},
"author": "Tom Hanoldt",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"coffeelint": "^1.16.0",
"grunt": "^1.0.4",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-coveralls": "^2.0.0",
"grunt-includes": "^1.0.0",
"grunt-replace": "^1.0.1",
"grunt-run-once": "^0.2.2",
"grunt-template-jasmine-istanbul": "^0.5.0",
"jasmine-jquery": "^2.1.1",
"load-grunt-tasks": "^3.5.2"
},
"dependencies": {
"jquery": "^3.4.1",
"npm": "^6.13.4"
},
"scripts": {
"test": "grunt test",
"lint": "grunt coffeelint",
"test-all": "grunt test-all",
"build": "grunt build",
"release": "grunt release"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"validation",
"browser"
]
}