-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 836 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
35
36
37
{
"name": "tbd-md-cards",
"version": "1.0.3",
"homepage": "https://github.com/jeffthompson1971/tbd-md-cards",
"authors": [
"Jeff Thompson ([email protected])"
],
"description": "material design custom real estate cards",
"main": [
"dist/tbd-md-cards.js",
"dist/tbd-md-cards.min.css"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"scripts": {
"postinstall": "npm install && grunt"
},
"dependencies": {
"localforage": "~1.4.0",
"angular-localforage": "~1.2.5",
"imagenie-anywhere": "*"
},
"resolutions": {
"angular-cookies": "1.3.17",
"angular": "~1.4.7",
"angular-animate": "^1.4.8",
"localforage": "~1.4.0",
"tbd-md-cards": "b7852fd867",
"angular-material": "1.0.7"
}
}