-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 914 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
40
41
42
{
"name": "ml-highcharts-ng",
"version": "0.0.2",
"homepage": "https://github.com/ryanjdew/ml-highcharts-ng",
"authors": [
"Ryan Dew <[email protected]>"
],
"description": "AngularJS library for working with MarkLogic and Highcharts",
"main": [
"dist/ml-highcharts-ng.min.js",
"dist/ml-highcharts-ng-tpls.min.js"
],
"dependencies": {
"angular": "^1.2.14",
"lodash": ">= 2.4.x",
"ml-common-ng": "^0.0.6",
"ml-search-ng": "^0.1.0",
"ui.bootstrap": "~0.13.1",
"highcharts-ng": "~0.0.8",
"angular-bootstrap": "~0.13.1"
},
"devDependencies": {
"angular-mocks": "^1.2.14",
"angular-route": "^1.2.14"
},
"moduleType": [
"node"
],
"keywords": [
"MarkLogic",
"Highcharts",
"AngularJS"
],
"license": "Apache License 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}