-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 819 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 819 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": "filer",
"version": "0.0.0",
"homepage": "https://github.com/UnissonCo/filer",
"authors": [
"Unisson Team <contact@unisson.co>"
],
"description": "Unisson Filer 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-cookies": "~1.2.10",
"angular-animate": "~1.2.16",
"restangular": "~1.4.0",
"angular-unisson-auth": "~0.1.4",
"angular-ui-router": "0.2.10",
"ng-isotope":"",
"angular-file-upload": "~0.3.1",
"angucomplete":"",
"angular-unisson-auth":""
}
}