-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
54 lines (54 loc) · 1.3 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
{
"name": "buyersclub",
"version": "1.0.0",
"authors": [],
"description": "",
"moduleType": [
"node"
],
"license": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.2.1",
"underscore": "^1.9.1",
"underscore.string": "~3.2.1",
"async": "~1.5.2",
"moment": "^2.22.2",
"keyboard.js": "~1.0.0",
"validator-js": "~7.0.0",
"backbone": "^1.3.3",
"backbone.touch": "https://github.com/vash15/backbone.touch.git",
"backbone.basicauth": "https://github.com/SonoIo/backbone.basicauth.git#master",
"backbone.viewstack": "~2.3.1",
"backbone.pubsub": "^1.0.0",
"backbone.uikit": "^2.1.2",
"context-utils": "^2.0.2",
"device-utils": "^1.0.24",
"network-utils": "~2.3.1",
"cache-utils": "~1.0.3",
"translate-utils": "~1.0.1",
"page-utils": "~2.1.4",
"settings-utils": "~1.2.0",
"accounting": "dotnetCarpenter/accounting.js#~0.4.2"
},
"devDependencies": {
"mocha": "~1.21.4",
"chai": "~1.9.2"
},
"resolutions": {
"jquery": "^3.2.1",
"context-utils": "^2.0.2",
"underscore.string": "~3.2.1",
"moment": "^2.18.1",
"backbone": "^1.3.3",
"underscore": ">=1.8.3",
"impetus": "master"
}
}