-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 850 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 850 Bytes
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
{
"name": "diplicitous",
"version": "0.0.1",
"homepage": "https://github.com/frontierpsycho/diplicitous",
"authors": [
"NamelessOne <unfortunate42@gmail.com>"
],
"description": "",
"main": "js/main.js",
"moduleType": [],
"keywords": [
"diplomacy"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-route": "~1.4.7",
"angular-sanitize": "~1.4.7",
"requirejs": "~2.1.20",
"moment": "~2.10.6",
"requirejs-domready": "~2.0.1",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0",
"Snap.svg": "0.3.0",
"machina": "~1.1.2",
"lodash": "~4.10.0",
"angular": "~1.4.7",
"components-font-awesome": "~4.4.0"
},
"resolutions": {
"lodash": "~4.10.0"
}
}