forked from CommonsDev/projects-front-end
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
52 lines (52 loc) · 1.25 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
47
48
49
50
51
52
{
"name": "makerscience",
"version": "0.0.1",
"homepage": "https://github.com/UnissonCo/makerscience",
"authors": [
"Unisson Team <[email protected]>"
],
"description": "MakerScience",
"main": "index.html",
"keywords": [
"unisson",
"scienceanimation",
"makerscience"
],
"license": "AGPL v3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.3",
"angular": "1.2.28",
"angular-bootstrap": "0.12.1",
"underscore": "1.8.2",
"restangular": "~1.4.0",
"angular-ui-router": "~0.2.13",
"slug": "~0.8.0",
"angular-xeditable": "0.1.9",
"textAngular": "1.3.11",
"rangy-official": "~1.3.0-beta",
"ng-tags-input": "2.2.0",
"angular-moment": "0.9.2",
"angular-unisson-auth": "~0.1.6",
"angularjs-gravatardirective": "~1.3.2",
"angular-file-upload": "~1.1.5",
"angular-leaflet-directive": "~0.7.11",
"leaflet.markercluster": "~0.4.0",
"ng-videosharing-embed": "0.3.2",
"angucomplete-alt": "~0.0.37",
"geocoder-service": "~0.0.2",
"angular-breadcrumb": "~0.3.3",
"angular-truncate": "*",
"bootstrap": "3.3.4"
},
"resolutions": {
"angular": "1.2.28"
}
}