-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbower.json
64 lines (64 loc) · 1.62 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
60
61
62
63
64
{
"name": "pulsar-reporting-ui",
"description": "Pulsar Reporting UI - Create reports based on Pulsar",
"keywords": ["analytics", "druid", "pulsar", "ebay", "reports"],
"main": [
"dist/pulsar-reporting-ui.min.css",
"dist/pulsar-reporting-ui-tpls.js"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/pulsarIO/pulsar-reporting-ui.git"
},
"license": ["MIT", "Apache-2.0"],
"dependencies": {
"angular-resource": "~1.4.6",
"angular-sanitize": "~1.4.6",
"angular-animate": "~1.4.6",
"angular-ui-router": "0.2.15",
"angular-breadcrumb": "0.4.1",
"bootstrap": "~3.3.5",
"bootstrap-daterangepicker": "~1.3.23",
"jquery": "~2.1.4",
"font-awesome": "~4.4.0",
"nvd3": "~1.8.1",
"angular-nvd3": "~1.0.2",
"angular-ui-grid": "~3.0.6",
"moment": "~2.10.6",
"moment-timezone": "0.4.0",
"countto": "~1.1.0",
"angular-bootstrap": "~0.14.3",
"angular-moment": "0.10.0",
"knex": "0.7.6",
"jquery-ui": "~1.11.4",
"angular-ui-sortable": "v0.13.3",
"angular-ui-select": "0.12.0",
"admin-lte": "2.3.0",
"angular-load": "0.3.0",
"lodash": "~3.10.1",
"angular-loading-bar": "0.8.0",
"angular-ui-router-menus": "0.2.1"
},
"devDependencies": {
"less": "~2.5.0",
"angular-mocks": "~1.4.6"
},
"resolutions": {
"angular": "~1.4.6",
"d3": "~3.5.6",
"moment": "~2.10.6"
},
"ignore": [
"**/.*",
"ngdoc_assets",
"node_modules",
"/app",
"bower_components",
"test",
"server",
"Gruntfile.js",
"karma.config.js",
"package.json",
"pulsar-reporting-ui-bundle.zip"
]
}