-
Notifications
You must be signed in to change notification settings - Fork 18
/
bower.json
61 lines (61 loc) · 1.67 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
53
54
55
56
57
58
59
60
61
{
"name": "Makerscience",
"description": "Science project oriented collaborative platform",
"main": "index.html",
"authors": [
"Alban Tiberghien"
],
"license": "AGPL v3",
"homepage": "http://makerscience.fr",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.29",
"jquery": "~2.1.4",
"angucomplete-alt": "~0.0.44",
"angular-breadcrumb": "~0.3.3",
"angular-bootstrap": "~0.12.1",
"angular-confirm-modal": "1.1.2",
"angular-file-upload": "~2.1.3",
"angular-cookies": "~1.3.18",
"angular-http-auth": "~1.2.2",
"angular-leaflet-directive": "~0.7.11",
"angular-moment": "~0.9.2",
"angular-recaptcha": "~2.2.5",
"angular-sanitize": "~1.4.8",
"angular-truncate": "*",
"angular-ui-router": "~0.2.15",
"tinymce-dist": "~4.1.10",
"angular-ui-tinymce": "0.0.9",
"angular-ui-utils": "unique-0.2.3",
"angular-xeditable": "0.1.7",
"angularjs-socialshare": "~0.1.10",
"asmcrypto": "~0.0.9",
"bootstrap-sass": "~3.3.5",
"cookieconsent2": "~1.0.10",
"font-awesome": "4.6.3",
"geocoder-service": "~0.0.5",
"leaflet.markercluster": "~0.4.0",
"lodash": ">=1.3.0",
"ment.io": "~0.9.23",
"ng-img-crop": "ngImgCrop#~0.3.2",
"ng-tags-input": "~2.3.0",
"ng-videosharing-embed": "~0.3.3",
"ngInfiniteScroll": "1.0.0",
"ngSticky": "~1.7.9",
"satellizer": "~1.13.4",
"restangular": "~1.5.1",
"slug": "~0.8.0",
"tinymce-placeholder": "https://github.com/mohan999/tinymce-placeholder.git",
"underscore": "~1.8.3"
},
"resolutions": {
"angular": "~1.2.29"
}
}