-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·53 lines (53 loc) · 1.36 KB
/
bower.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.36 KB
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
{
"name": "weaver-dataset-workbench",
"version": "0.2.1",
"main": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"angular": "~1.5.7",
"angular-animate": "~1.4.7",
"angular-bootstrap": "^1.2.4",
"angular-cache": "~4.2.2",
"angular-deferred-bootstrap": "~0.1.7",
"angular-digest-hud": "~0.1.14",
"angular-localforage": "~1.2.2",
"angular-sanitize": "^1.3.0",
"angular-socket-io": "~0.7.0",
"angular-spinner": "~0.8.0",
"angular-touch": "^1.3.0",
"angular-tree-control": "^0.2.23",
"angular-ui-router": "~0.2.15",
"angular-xeditable": "~0.1.9",
"bluebird": "~3.4.1",
"bootstrap": "~3.3.5",
"chronicle": "~1.0.10",
"cuid": "~1.3.8",
"fingerprintjs2": "~0.1.4",
"font-awesome": "~4.4.0",
"handsontable": "~0.25.1",
"jquery": "~2.2.4",
"less.js": "~2.5.1",
"moment": "~2.10.6",
"mousetrap": "~1.5.3",
"offline": "~0.7.14",
"socket.io-client": "~1.4.6",
"underscore": "~1.8.3",
"weaver-sdk": "0.2.1",
"weaver-commons": "0.1.1",
"x-editable": "~1.5.1",
"nya-bootstrap-select": "^2.1.5",
"select2": "^4.0.2"
},
"resolutions": {
"bootstrap": "~3.3.5",
"jquery": "1.9.1 - 2",
"angular": "1.5.7",
"moment": "^2.13.0",
"socket.io-client": "~1.4.6",
"bluebird": "~3.4.1"
}
}