forked from ReactiveRaven/jqBootstrapValidation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 940 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": "jqBootstrapValidation",
"title": "jqBootstrapValidation",
"description": "A JQuery validation plugin for bootstrap forms.",
"version": "1.3.7",
"homepage": "http://reactiveraven.github.com/jqBootstrapValidation",
"author": {
"name": "David Godfrey",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/ReactiveRaven/jqBootstrapValidation.git"
},
"bugs": {
"url": "https://github.com/ReactiveRaven/jqBootstrapValidation/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://reactiveraven.github.com/jqBootstrapValidation/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jQuery": "*"
},
"keywords": [],
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"devDependencies": {
"grunt": "~0.3.17",
"grunt-zip": "~0.2.0",
"grunt-clean": "~0.3.0"
}
}