forked from edisonmora95/ppl_app_lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 1.04 KB
/
bower.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"name": "espol-ppl",
"description": "",
"main": "",
"authors": [
"Joel Rodriguez <joelerll@gmail.com>"
],
"license": "MIT",
"homepage": "https://github.com/razerjon24/ppl_app_lab",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./public/bower_components",
"test",
"tests"
],
"dependencies": {
"animate.css": "^3.5.2",
"bootstrap": "^3.3.7",
"hover": "^2.1.1",
"materialize": "^0.98.0",
"socket.io-client": "1.7.4",
"vue-resource": "^1.2.1",
"vue-strap": "^1.1.37",
"font-awesome": "^4.7.0",
"vuex": "^2.2.1",
"vue": "^2.2.6",
"vue-router": "^2.4.0",
"sticky-kit": "^1.1.2",
"moment": "^2.18.1",
"es6-promise": "^4.0.5",
"offline": "^0.7.18",
"JIC": "^2.0.2",
"trumbowyg": "^2.5.1",
"froala-wysiwyg-editor": "^2.6.0",
"tooltipster": "^4.2.5",
"lodash": "^4.17.4",
"pickadate": "^3.5.6",
"moment-timezone": "^0.5.13",
"icon": "https://google-fonts.azurewebsites.net/googleFonts/icon?family=Material+Icons"
}
}