forked from jdforsythe/angular-aba-routing-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "angular-aba-routing-validation",
"version": "1.0.3",
"description": "Angular directive for validating ABA routing number",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jdforsythe/angular-aba-routing-validation.git"
},
"keywords": [
"angular",
"bank",
"routing",
"aba",
"validation",
"directive",
"form"
],
"author": "Jeremy Forsythe <jdforsythe@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdforsythe/angular-aba-routing-validation/issues"
},
"homepage": "https://github.com/jdforsythe/angular-aba-routing-validation#readme",
"peerDependencies": {
"angular": ">=1.3 <1.6"
},
"devDependencies": {
"angular": "^1.5.3",
"angular-mocks": "^1.5.3",
"eslint": "^3.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.24",
"phantomjs-prebuilt": "^2.1.7"
}
}