-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 825 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 825 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
{
"name": "projects",
"version": "0.0.0",
"homepage": "https://github.com/UnissonCo/projects",
"authors": [
"Unisson Team <contact@unisson.co>"
],
"description": "Unisson Project Directory",
"main": "index.html",
"keywords": [
"unisson",
"filer"
],
"license": "AGPL v3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"underscore": "~1.6.0",
"jquery": "~2.1.0",
"angular": "~1.2.26",
"angular-animate": "~1.2.26",
"angular-cookies": "~1.2.10",
"angular-file-upload": "latest",
"angular-ui-router": "latest",
"restangular": "latest",
"angular-xeditable": "~0.1.8",
"angular-loading-bar": "~0.4.1",
"bootstrap": "~3.3.0",
"compass-mixins": "~1.0.2"
}
}