forked from tests-always-included/angular-placeholder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
28 lines (28 loc) · 816 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
{
"name": "angular-placeholder-tai",
"version": "1.0.1",
"description": "Placeholder shim for IE8/IE9 and styling simplification.",
"author": "Tyler Akins <[email protected]>",
"homepage": "https://github.com/tests-always-included/angular-placeholder",
"bugs": {
"url": "https://github.com/tests-always-included/angular-placeholder/issues"
},
"contributors": [
"Tyler Akins <[email protected]> (http://rumkin.com)"
],
"main": "lib/tai-placeholder.js",
"repository": {
"type": "git",
"url": "https://github.com/tests-always-included/angular-placeholder.git"
},
"files": [
"lib/tai-placeholder.js"
],
"keywords": [
"angularjs",
"ie8",
"ie9",
"placeholder"
],
"license": "MIT"
}