-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.17 KB
/
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
45
46
{
"name": "piecemeta-angular-frontend",
"version": "1.0.0",
"authors": [
"Anton Koch <[email protected]>"
],
"description": "Angular-based web frontend for PieceMeta service",
"main": "piecemeta-web.full.min.js",
"license": "MIT",
"homepage": "http://www.piecemeta.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "^2.2.0",
"angular-route": "^1.5.7",
"angular-bootstrap": "^1.3.3",
"ng-file-upload": "^12.0.4",
"angular-busy": "^4.1.3",
"bvh": "https://github.com/hitsujiwool/bvh.git",
"async": "^1.5.2",
"Papa-Parse": "https://github.com/mholt/PapaParse.git#~3.1.2",
"modernizr": "^3.3.1",
"angular-markdown-directive": "^0.3.1",
"angular": "^1.5.7",
"angular-seo": "*",
"bootstrap": "^3.3.6",
"piecemeta-apiclient": "^1.0.4",
"tock": "^1.0.10",
"topcoat": "^0.8.0",
"angular-chart.js": "^0.10.2"
},
"resolutions": {
"angular": "1.x",
"angular-route": "^1.5.7",
"angular-bootstrap": "^1.3.3",
"ng-file-upload": "^12.0.4",
"async": "^1.5.2",
"modernizr": "^3.3.1"
}
}