-
Notifications
You must be signed in to change notification settings - Fork 30
/
bower.json
48 lines (48 loc) · 956 Bytes
/
bower.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
40
41
42
43
44
45
46
47
48
{
"name": "validetta",
"description": "A tiny jquery plugin for validate your forms",
"version": "1.0.1",
"homepage": "http://lab.hasanaydogdu.com/validetta/",
"author": {
"name": "Hasan Aydoğdu",
"email": "hasan_aydogdu@windowslive.com",
"url": "http://www.hasanaydogdu.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/hsnayd/validetta/blob/master/LICENCE"
},
"repository": {
"type": "git",
"url": "https://github.com/hsnayd/validetta.git"
},
"main": [
"dist/validetta.css",
"dist/validetta.js"
],
"keywords": [
"form",
"lightweight",
"validetta",
"validate",
"validation",
"validator"
],
"ignore": [
".*",
"test",
"demo",
"untracked",
"*.md",
".json",
"*.html",
"LICENCE",
"Gruntfile.js",
"package.json",
"validetta.jquery.json",
"bower.json"
],
"devDependencies": {
"jquery": ">= 1.7.0"
}
}