-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
74 lines (74 loc) · 1.48 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "node-pong",
"description": "Mini-games platform",
"main": "",
"authors": [
"Randy Mikkelsaar"
],
"license": "MIT",
"keywords": [
"pong",
"nodejs",
"angular"
],
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"font-awesome": "^4.5.0",
"bootstrap": "^3.3.6",
"angular": "angularjs#^1.4.9",
"auth0-angular": "^4.1.0",
"angular-animate": "^1.4.9",
"toastr": "^2.1.2",
"angular-ui-router": "^0.2.17",
"moment": "^2.11.1",
"a0-angular-storage": "^0.0.13",
"angular-jwt": "^0.0.9",
"auth0-lock": "^8.2.2",
"angular-sanitize": "^1.4.9",
"angular-socket-io": "^0.7.0",
"lodash": "^4.2.1",
"q": "#1.0.1",
"angular-resource": "^1.5.0",
"font-awesome-animation": "^0.0.8",
"angular-hotkeys": "chieffancypants/angular-hotkeys#^1.7.0",
"sweetalert": "^1.1.3",
"angular-spinkit": "^0.3.3",
"ngInfiniteScroll": "^1.2.2"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.min.css",
"dist/js/bootstrap.min.js"
]
},
"angular": {
"main": [
"angular.min.js"
]
},
"auth0-lock": {
"main": [
"build/auth0-lock.min.js"
]
},
"auth0": {
"main": [
"build/auth0.min.js"
]
},
"font-awesome": {
"main": [
"css/font-awesome.min.css"
]
}
}
}