forked from akamai/boomerang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 839 Bytes
/
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
{
"name": "boomerang",
"main": "boomerang.js",
"version": "0.9.0",
"homepage": "http://www.lognormal.com/boomerang/doc/",
"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": {
"mocha": "~1.21.5",
"lodash": "~3.0.0",
"angular": "~1.3.14",
"angular-resource": "~1.3.14",
"angular-route": "~1.3.14",
"assertive-chai": "~2.0.0",
"json3": "~3.3.2",
"backbone": "~1.2.0",
"ember": "~1.12.1",
"jquery": "~2.1.4",
"handlebars": "~3.0.3"
}
}