-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
44 lines (44 loc) · 1010 Bytes
/
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
{
"name": "diplomacy",
"version": "1.0.0",
"authors": [
"Will Oram <[email protected]>"
],
"main": "index.html",
"moduleType": [
"globals",
"node"
],
"license": "MIT",
"private": false,
"dependencies": {
"angular": "1.6.4",
"angular-animate": "1.6.4",
"angular-aria": "1.6.4",
"angular-hotkeys": "chieffancypants/angular-hotkeys#1.7.0",
"angular-material": "1.1.4",
"angular-messages": "1.6.4",
"angular-ui-router": "1.0.5",
"humanize-duration": "3.10.0",
"lodash": "4.17.3",
"moment": "^2.14.0",
"v-accordion": "1.6.0",
"angular-timer": "1.3.5",
"ngstorage": "^0.3.11",
"restangular": "1.6.0",
"pluralize": "3.0.0",
"firebase": "3.9.0",
"bluebird": "3.4.6",
"notify": "0.0.1",
"angular-ellipses": "0.1.3"
},
"devDependencies": {
"jquery": "2.2.0",
"angular-mocks": "1.6.4"
},
"resolutions": {
"humanize-duration": "^3.9.0",
"moment": "^2.14.0",
"angular": "^1.6.4"
}
}