-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
42 lines (42 loc) · 990 Bytes
/
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
40
41
42
{
"name": "belatrix-web-connect",
"description": "web application to connect collaborators in a great company",
"main": "index.js",
"authors": [
"belatrix"
],
"license": "MIT",
"keywords": [
"belatrix"
],
"homepage": "https://github.com/belatrix/WebAllStars",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.x.x",
"angular-route": "^1.x.x",
"angular-resource": "^1.x.x",
"angular-sanitize": "^1.x.x",
"angular-animate": "^1.x.x",
"angular-aria": "^1.x.x",
"angular-material": "^1.1.x-rc.x",
"angular-ui-router": "~0.2.x",
"ngstorage": "~0.3.x",
"animate.css": "^3.5.2",
"angular-material-icons": "~0.7.1",
"underscore": "^1.8.3",
"angular-translate": "^2.13.0",
"angular-translate-loader-static-files": "^2.13.0"
},
"install": {
"path": {
"css": "source/css/lib",
"js": "source/js/lib"
}
}
}