-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 1.21 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
{
"name": "Uraraka",
"version": "0.0.1",
"homepage": "https://github.com/stampylongr/uraraka",
"authors": [
"stampylongr",
"Jalal Albasri"
],
"description": "",
"main": "app.js",
"keywords": [
""
],
"license": "MIT",
"dependencies": {
"jquery": "2.1.3",
"angular": "^1.5.8",
"angular-resource": "^1.5.8",
"angular-route": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-loader": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-messages": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-material": "^1.1.4",
"normalize.css": "^3.0.2",
"mediaCheck": "^0.4.6",
"angular-linkify": "^1.2.0",
"angular-recursion": "^1.0.5",
"angular-google-adsense": "^0.4.0",
"material-design-color-palette": "^1.1.0",
"angular-inview": "^2.2.0",
"angular-debounce": "^1.1.0",
"interactjs": "interact#^1.2.9",
"angular-youtube-mb": "^1.3.1",
"angular-moment": "0.9.0",
"moment": "^2.22.0",
"moment-timezone": "^0.5.14",
"dashjs": "^2.7.0",
"es5-shim": "^4.5.10",
"es6-shim": "^0.35.3"
},
"resolutions": {
"angular": "^1.5.8",
"moment": "^2.22.0"
}
}