corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 {
2 "name": "bootstrap-validator",
3 "homepage": "https://github.com/1000hz/bootstrap-validator",
4 "authors": [
5 "Cina Saffary <itscina@gmail.com>"
6 ],
7 "description": "A user-friendly HTML5 Form validator for Bootstrap 3",
8 "main": "dist/validator.js",
9 "keywords": [
10 "bootstrap",
11 "bootstrap3",
12 "jquery",
13 "form",
14 "validator",
15 "validation",
16 "plugin"
17 ],
18 "license": "MIT",
19 "ignore": [
20 "**/.*",
21 "_*",
22 "docs-assets",
23 "js/tests",
24 "DOCS-LICENSE",
25 "Gruntfile.js",
26 "package.json",
27 "*.html"
28 ],
29 "dependencies": {
30 "jquery": ">= 1.8.3"
31 }
32 }