forked from mondora/mondora-website-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.29 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
{
"name": "mnd-web",
"version": "0.1.0",
"authors": [
"Paolo Scanferla <[email protected]>",
"Gabriel Cismondi <[email protected]>"
],
"description": "Mondora website",
"main": "index.html",
"keywords": [
"mondora"
],
"license": "MIT",
"homepage": "https://github.com/mondora/mnd-web",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.16",
"angular-bootstrap": "~0.10.0",
"angular-datepicker": "https://github.com/mondora/angular-datepicker.git#1.0.4",
"angular-ui-router": "~0.2.10",
"angular-recursion": "~1.0.1",
"angular-sanitize": "~1.2.16",
"angular-ui-tree": "~2.1.4",
"asteroid": "~0.6.0",
"blueimp-md5": "~1.1.0",
"bootstrap": "~3.1.1",
"bootstrap-social": "~4.7.0",
"bower-sockjs-client": "~0.3.4",
"fontawesome": "~4.1.0",
"lodash": "~2.4.1",
"ment.io": "https://github.com/mondora/ment.io.git#master",
"mnd-dashboard": "~0.2.1",
"mnd-sprinkle": "~0.2.0",
"medium-editor": "~1.8.8",
"ng-file-upload": "~1.3.2",
"ng-file-upload-shim": "~1.3.2",
"moment": "~2.8.3",
"angular-ui-select": "~0.7.0",
"FileSaver": "*"
},
"devDependencies": {
"angular-mocks": "~1.2.16"
}
}