-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
35 lines (35 loc) · 963 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
{
"name": "new-relic-boxes",
"version": "0.0.0",
"homepage": "https://github.com/bizzabo/new-relic-boxes",
"authors": [
"Daniel Ben Tov"
],
"description": "New Relic Boxes is an html5 dashboard for your R&D team. Boxes lets you monitor your applications and servers on New Relic. Alarm is played when one of your application / servers health status is changed.",
"keywords": [
"new-relic",
"angular",
"dashboard"
],
"dependencies": {
"angular": "1.3.15",
"angular-poller": "0.3.2",
"angular-local-storage": "0.2.2",
"angular-resource": "1.3.15",
"bootstrap": "3.3.4",
"jquery": "1.11.0",
"underscore": "1.7.0",
"animation.css": "3.3.0",
"font-awesome": "4.3.0",
"alarm": "http://info.ahs.kitasato-u.ac.jp/tkweb/alarm/NPB-290-high.wav"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}