-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 880 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 880 Bytes
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
{
"name": "fmp-card-directive",
"version": "0.0.3",
"homepage": "https://github.com/souly1/angular-flip-card",
"authors": [
"Ophir Stern <souly01@gmail.com>"
],
"main": "fmp-card-directive.js",
"description": "The Card is one of the most lovable and fashionable UX element out at the moment. As a card, one of the basic abilities is to flip it as can be seen in Google now cards. This one implements it",
"dependencies": {
"angular": "^1.0.8",
"angular-sanitize": "^1.0.8",
"showdown": "~0.3.1",
"jquery": "^2.0",
"jasmine-core": "^2.1",
"jasmine-jquery": "^2.0.6"
},
"devDependencies": {
"angular-mocks": "^1.0.8"
},
"keywords": [
"angularjs",
"card",
"flip",
"fitnessmealplanner"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}