-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·44 lines (44 loc) · 994 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
43
44
{
"name": "crmovil.com",
"authors": [
"rubenabix <[email protected]>"
],
"description": "Material Project",
"main": "",
"moduleType": [],
"keywords": [
"Material"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "master",
"angular-animate": "master",
"angular-aria": "master",
"angular-messages": "master",
"socket.io-client": "master",
"angular-material": "1.0.8",
"angular-material-icons": "master",
"components-font-awesome": "master",
"angular-ui-router": "ui-router#^0.2.18",
"ui-router": "1.0.0-alpha.4",
"svg-morpheus": "^0.1.8",
"lodash": "^4.12.0"
},
"resolutions": {
"angular-messages": "^1.4.8",
"angular-animate": "^1.4.8",
"angular": "master",
"angular-aria": "^1.4.8",
"angular-ui-router": "~0.2.18",
"angular-material": "master"
}
}