forked from TheSharpieOne/angular-validation-match
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.35 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
58
{
"name": "angular-validation-match",
"version": "1.7.1",
"homepage": "https://github.com/TheSharpieOne/angular-validation-match",
"description": "Checks if one input matches another",
"main": "./index.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/TheSharpieOne/angular-validation-match"
},
"keywords": [
"Angular",
"input",
"form",
"confirmation",
"match",
"validation"
],
"author": [
"TheSharpieOne <[email protected]>"
],
"maintainers": [
{
"name": "TheSharpieOne",
"web": "https://github.com/TheSharpieOne"
}
],
"license": "MIT",
"dependencies":{
"angular": ">=1.3.0 <2.0.0"
},
"devDependencies": {
"angular-mocks": ">=1.3.0 <2.0.0",
"chai": "^3.4.1",
"dirty-chai": "1.2.2",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-karma": "0.0.5",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.1",
"gulp-uglify": "^1.5.1",
"gulp-wrap": "^0.11.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0"
}
}