-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1008 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1008 Bytes
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
{
"name": "validate-bootstrap.jquery",
"version": "0.10.6",
"description": "Bootstrap form validation jQuery plugin.",
"main": "build/validate-bootstrap.jquery.js",
"scripts": {
"test": "start chrome tests/hiddenInput.html"
},
"repository": {
"type": "git",
"url": "https://github.com/psalmody/validate-bootstrap.jquery"
},
"keywords": [
"jQuery",
"plugin",
"Bootstrap",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Michael A Smith @psalmody",
"license": {
"type": "MIT License",
"url": "https://github.com/psalmody/validate-bootstrap.jquery/blob/master/mit-license.md"
},
"bugs": {
"url": "https://github.com/psalmody/validate-bootstrap.jquery/issues"
},
"homepage": "https://github.com/psalmody/validate-bootstrap.jquery",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsbeautifier": "^0.2.10"
}
}