-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 913 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 913 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
40
41
42
{
"name": "WebSync",
"version": "0.0.0",
"homepage": "https://github.com/d4l3k/WebSync",
"authors": [
"Tristan Rice <rice@outerearth.net>"
],
"moduleType": [
"amd",
"es6"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"fast-json-patch": "~0.5.0",
"bootstrap": "~3.3.1",
"requirejs": "~2.1.15",
"jquery": "~2.1.1",
"rangy": "~1.3.0",
"lodash": "~3.9.3",
"bootstrap-contextmenu": "~0.3.1",
"seiyria-bootstrap-slider": "~4.8.3",
"nprogress": "~0.2.0",
"bootstrap-switch": "~3.3.0",
"jquery-transform": "*",
"openpgp": "~1.0.0",
"jquery-validation": "~1.13.1",
"moment": "~2.10.3",
"bootstrap-material-design": "~0.3.0",
"bowser": "~0.7.2",
"json-stable-stringify": "~1.0.0"
},
"resolutions": {
"jquery": "~2.1.1"
}
}