forked from AlphaGit/ng-pattern-restrict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 754 Bytes
/
bower.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
{
"name": "ng-pattern-restrict",
"version": "0.2.3",
"homepage": "https://github.com/AlphaGit/ng-pattern-restrict",
"authors": [
"Alpha <[email protected]>"
],
"description": "Allowing only certain inputs based on a regex pattern, for AngularJS",
"main": "src/ng-pattern-restrict.js",
"keywords": [
"angularjs",
"input",
"regex",
"regular expressions",
"pattern"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"lib",
"Gruntfile.js",
".travis.yml",
"package.json",
"protractor-conf-builder.js",
"protractor-conf.js",
"protractor-travis-conf.js",
"protractor-travis-min-conf.js"
],
"dependencies": {
"angular": "^1.2.27"
}
}