-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 805 Bytes
/
Copy pathbower.json
File metadata and controls
33 lines (33 loc) · 805 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
{
"name": "flowr",
"description": "Task Flow, ToDo List, GTD and Time tracker at once.",
"main": "",
"authors": [
"wiatrM <mwiatr.dev@gmail.com>",
"lapek <v@>"
],
"license": "Apache-2.0",
"overrides": {},
"keywords": [
"flowr"
],
"homepage": "https://github.com/wiatrM/FlowR",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.8",
"angular-ui-router": "^0.3.2",
"angular-resource": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-material": "^1.1.1",
"satellizer": "^0.15.5",
"mdi": "^1.7.22",
"roboto-fontface": "^0.6.0"
}
}