-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
32 lines (32 loc) · 905 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
{
"name": "angular-placeholder-tai",
"version": "1.1.0",
"description": "Placeholder shim for IE8/IE9 and styling simplification.",
"author": "Tyler Akins <fidian@rumkin.com>",
"homepage": "https://github.com/tests-always-included/angular-placeholder",
"bugs": {
"url": "https://github.com/tests-always-included/angular-placeholder/issues"
},
"contributors": [
"Tyler Akins <fidian@rumkin.com> (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",
"devDependencies": {
"angular": "1.2",
"angular-mocks": "1.2"
}
}