forked from dmoll1974/targets-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
59 lines (59 loc) · 1.49 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
55
56
57
58
59
{
"name": "targets-io",
"version": "0.0.1",
"homepage": "https://github.com/dmoll1974/targets-io",
"authors": [
"Daniel Moll <dmoll1974@gmail.com>"
],
"description": "Performance test dashboard",
"main": "server.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3",
"angular": "1.5.9",
"angular-bootstrap": "0.11.2",
"angular-mocks": "~1.2",
"angular-resource": "~1.2",
"angular-ui-utils": "~0.1.1",
"angular-aria": "1.6.2",
"ng-table": "~0.4.3",
"ngDraggable": "~0.1.3",
"underscore": "1.8.2",
"angular-ui-router": "~0.2.11",
"bootstrap-sass-official": "~3.3.3",
"components-font-awesome": "~4.3.0",
"ng-tags-input": "~3.1.1",
"zeroclipboard": "~2.2.0",
"ng-clip": "~0.2.6",
"moment": "~2.10.6",
"angular-material": "1.0.5",
"sc-date-time": "^1.1.6",
"jquery": "~2.1.4",
"angular-messages": "1.5.8",
"angular-utils-pagination": "~0.9.4",
"dygraphs": "~1.1.1",
"ng-focus-if": "~1.0.5",
"socket.io": "^1.6.0",
"socket.io-client": "^1.6.0",
"angular-socket-io": "^0.7.0",
"angular-animate": "1.5.9",
"showdown-target-blank": "1.0.1",
"ng-sortable": "^1.3.6",
"showdown": "^1.4.2",
"jquery-ui": "^1.12.0",
"angular-cookies": "1.6.2",
"pdfmake": "^0.1.20"
},
"resolutions": {
"angular": "1.5.9",
"angular-bootstrap": "0.11.2"
}
}