forked from GoogleCloudPlatform/PerfKitExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
23 lines (23 loc) · 640 Bytes
/
bower.json
File metadata and controls
23 lines (23 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "perfkit-explorer-deps",
"version": "23.0.0",
"description": "Bower dev/test dependencies for PerfKit Explorer",
"author": "Joe Allan Muharsky <jmuharsky@gmail.com>",
"dependencies": {},
"devDependencies": {
"angular": "^1.5.8",
"angular-bootstrap": "^0.14.3",
"angular-material": "^1.1.1",
"angular-mocks": "^1.5.8",
"angular-ui-router": "^0.3.1",
"angular-ui-grid": "^3.2.9",
"bootstrap-css-only": "^3.3.5",
"codemirror": "^5.19.0",
"jquery": "^3.1.1",
"showdown": "^1.4.3",
"ng-showdown": "^1.1.0"
},
"preferGlobal": true,
"private": true,
"license": "Apache2"
}