-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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": "regula",
"version": "1.3.4",
"description": "Annotation-based JavaScript Form Validator",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.4",
"grunt-qunit-istanbul": "~0.4.0",
"coveralls": "~2.10.0",
"grunt-coveralls": "~0.3.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bg-shell": "~2.0.2",
"grunt-bump": "0.0.15",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-coveralls": "~0.3.0",
"grunt-lib-phantomjs": "~0.3.1",
"grunt-qunit-junit": "0.1.0-alpha2"
},
"repository": {
"type": "git",
"url": "git://github.com/vivin/regula.git"
},
"scripts": {
"test": "grunt travis"
},
"keywords": [
"validation",
"form-validation",
"validation-library",
"client-side-validation"
],
"author": "Vivin Paliath",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "ea09b578e3f29b6fb5ffc44d2fde35941d2bd11a",
"bugs": {
"url": "https://github.com/vivin/regula/issues"
}
}