forked from 3drepo/3drepo.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 840 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
{
"name": "3drepo.io",
"version": "0.0.1",
"homepage": "http://3drepo.org",
"authors": [
"Timothy Scully <[email protected]>"
],
"description": "3D Repository",
"main": "app.js",
"moduleType": [
"node"
],
"keywords": [
"3drepo.io"
],
"license": "AGPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"angular-bootstrap-datetimepicker": "~0.3.12",
"angular-bootstrap-multiselect": "~0.3.0",
"angular-bootstrap-select": "~0.0.5",
"angular-bootstrap-slider": "~0.1.18",
"angular-ui-router": "*",
"bootstrap-submenu": "~1.2.13",
"fancytree": "~2.8.1",
"jsqrcode": "*",
"masonry": "~3.3.0",
"moment": "~2.10.6"
},
"resolutions": {
"angular": "~1.3.15"
}
}