-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 1.01 KB
/
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
38
39
{
"name": "FastToDo",
"version": "0.2.2",
"homepage": "https://github.com/felipekm/FastToDo",
"authors": [
"Felipe Kautzmann <felipe.kautzmann@gmail.com>"
],
"description": "A very fast way to organize daily tasks",
"main": "app/src/index.html",
"keywords": [
"AngularJS",
"Topcoat",
"Mobile",
"Javascript",
"ToDo"
],
"license": "GPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/lib",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.12",
"angular-route": "~1.2.12",
"angular-touch": "~1.2.12",
"angular-animate": "~1.2.12",
"angular-swipe": "https://github.com/marmorkuchen-net/angular-swipe.git",
"topcoat": "~0.8.0",
"angular-bindonce": "~0.3.1",
"font-awesome": "~4.0.3",
"yepnope": "~1.5.4",
"jquery": "~2.1.0"
}
}