forked from YahooArchive/boomerang
-
Notifications
You must be signed in to change notification settings - Fork 29
/
bower.json
52 lines (52 loc) · 1.29 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
{
"name": "soasta-boomerang",
"private": true,
"main": "boomerang.js",
"version": "1.0.0",
"homepage": "https://github.com/SOASTA/boomerang/",
"authors": [
"Philip Tellis"
],
"description": "End user oriented web performance testing and beaconing",
"keywords": [
"boomerang",
"performance",
"NavigationTiming",
"ResourceTiming",
"UserTiming",
"PerformanceTimeline"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-resource": "~1.3.16",
"angular-resource-1.4": "angular-resource#1.4.6",
"angular-resource-1.5": "angular-resource#1.5.0-beta.0",
"angular-route": "~1.3.16",
"angular-route-1.4": "angular-route#1.4.6",
"angular-route-1.5": "angular-route#1.5.0-beta.0",
"angular-ui-router": "~0.2.15",
"angular": "~1.3.16",
"angular-1.4": "angular#1.4.6",
"angular-1.5": "angular#1.5.0-beta.0",
"assertive-chai": "~2.0.0",
"backbone": "~1.2.0",
"ember": "~1.12.1",
"handlebars": "~3.0.3",
"jquery": "~2.1.4",
"json3": "~3.3.2",
"lodash": "~3.0.0",
"mocha": "~1.21.5",
"resourcetiming-compression": "^0.3.3",
"usertiming-compression": "~0.1.4"
},
"resolutions": {
"angular": "1.4.6"
}
}