-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.33 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ui-form-validation",
"version": "v0.0.3",
"description": "AngularJS directives for making the AngularJS's form validation results visible to user.",
"main": "/dist/uiFormValidation.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/ITman1/ui-form-validation"
},
"keywords": [
"AngularJS",
"Twitter",
"Bootstrap",
"Form",
"Validation",
"Validators",
"UI",
"Has-Error",
"Directive",
"Controller"
],
"author": "Radim Loskot",
"license": "MIT",
"bugs": {
"url": "https://github.com/ITman1/ui-form-validation/issues"
},
"homepage": "https://github.com/ITman1/ui-form-validation",
"dependencies": {
"bower": "^1.3.12",
"del": "^0.1.3",
"fs": "0.0.2",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.4.2",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.4.1",
"gulp-concat-util": "^0.5.1",
"gulp-git": "^0.5.3",
"gulp-jshint": "^1.8.5",
"gulp-livereload": "^2.1.1",
"gulp-notify": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^1.0.1",
"run-sequence": "^1.0.1",
"streamqueue": "^0.1.1",
"yargs": "^1.3.2"
},
"devDependencies": {
"gulp-filelog": "^0.4.0"
}
}