forked from adventurerscodex/adventurerscodex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
45 lines (45 loc) · 968 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
45
{
"name": "dnd_apps",
"version": "0.0.1",
"authors": [
"Brian Schrader <brian@brianschrader.com>"
],
"description": "A series of apps for managing a D&D game.",
"main": "app.js",
"keywords": [
"dnd"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"knockout": "~3.3.0",
"jquery": "~2.1.4",
"bootstrap": "~3.3.5",
"mocha": "~2.2.5",
"file-saver.js": "~1.20150507.2",
"should": "~7.0.4",
"karma": "~0.4.6",
"uri.js": "~1.16.1",
"node-uuid": "~1.4.3",
"socket.io": "~1.3.7",
"bootstrap-theme-bootswatch-flatly": "~1.0.2",
"js-signals": "~1.0.0",
"select2": "3.x",
"knockout-file-bindings": "~1.0.2",
"cryptojs": "*",
"blueimp-md5": "~2.1.0",
"font-awesome": "~4.6.1"
},
"resolutions": {
"webcomponentsjs": "~0.5.4"
},
"devDependencies": {
"simple-mock": "~0.6.0"
}
}