forked from hsnaydd/validetta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
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
40
41
42
{
"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": "[email protected]",
"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"
},
"bugs": "http://github.com/hsnayd/validetta/issues",
"main": [
"dist/validetta.css",
"dist/validetta.js"
],
"keywords": [
"form",
"lightweight",
"validetta",
"validate",
"validation",
"validator"
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-sass": "*",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-npm2bower-sync": "~0.4.0",
"grunt-replace": "~0.7.8"
}
}