-
Notifications
You must be signed in to change notification settings - Fork 26
/
bower.json
45 lines (45 loc) · 1 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "angular-shims-placeholder",
"description": "Angular directive to emulate the `placeholder` attribute on text and password input fields for old browsers, such as IE9, IE8, and below",
"version": "0.4.8",
"homepage": "https://github.com/cvn/angular-shims-placeholder",
"authors": [
{
"name": "Chad von Nau",
"homepage": "https://github.com/cvn"
},
{
"name": "Jacob Rief",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/cvn/angular-shims-placeholder.git"
},
"keywords": [
"angularjs",
"placeholders",
"polyfill"
],
"license": [
"https://github.com/cvn/angular-shims-placeholder/LICENSE-MIT.txt"
],
"main": [
"./dist/angular-shims-placeholder.js"
],
"ignore": [
"**/.*",
"**/*.html",
"Gruntfile.js",
"lib",
"package.json",
"test"
],
"dependencies": {
"angular": "1.0.8 - 1.x"
},
"devDependencies": {
"angular-mocks": "1.0.8 - 1.x"
}
}