-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 872 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 872 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
36
37
38
{
"name": "kanban",
"version": "0.0.0",
"homepage": "https://github.com/UnissonCo/kanban",
"authors": [
"Unisson Team <contact@unisson.co>"
],
"description": "Unisson Kanban UI",
"main": "index.html",
"keywords": [
"unisson",
"filer"
],
"license": "AGPL v3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"underscore": "~1.6.0",
"modernizr": "~2.7.2",
"jquery": "~2.1.0",
"angular": "~1.2.16",
"angular-animate": "~1.2.16",
"angular-cookies": "~1.2.10",
"angular-file-upload": "~0.3.1",
"angular-ui-router": "0.2.8-bowratic-tedium",
"restangular": "~1.4.0",
"angular-unisson-auth": "~0.1.4",
"angular-xeditable": "~0.1.8",
"angular-ui-sortable": "~0.12.5",
"angular-loading-bar": "~0.4.1"
}
}