-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
33 lines (33 loc) · 885 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
{
"name" : "Poc",
"version" : "0.0.0",
"authors" : [
"Gregoire Humeau <[email protected]>"
],
"description" : "Poc front app for Intuiti",
"main" : "index.html",
"license" : "proprietary",
"homepage" : "index.html",
"ignore" : [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-material" : "1.0.0-rc5",
"lodash" : "master",
"restangular" : "master",
"angular-route" : "master",
"angular-ui-router": "~0.2.15",
"color-helper" : "*",
"angular-translate": "~2.8.1",
"satellizer" : "master",
"angular-toastr" : "master"
},
"resolutions" : {
"lodash" : ">=1.3.0",
"angular": "1.4.8"
}
}