-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
43 lines (43 loc) · 872 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
43
{
"name": "angular-hpcc-viz",
"version": "0.0.1",
"description": "Angular wrappers around the HPCC Visualization Framework",
"repository": {
"type": "git",
"url": "https://github.com/hmsonline/angular-hpcc-viz"
},
"homepage": "https://github.com/hmsonline/angular-hpcc-viz",
"keywords": [
"hpcc",
"hpcc visualization",
"angular",
"visualization"
],
"authors": [
"Dean Poulin <[email protected]>",
"Buu Nguyen <[email protected]>"
],
"main": [
"angular-hpcc-viz.js"
],
"dependencies": {
"angular": "^1.2.0",
"hpcc-viz": "1.4.8"
},
"resolutions": {
"d3": "^3.5.5",
"d3-cloud": "v1.0.5"
},
"ignore": [
"package.json",
".gitignore",
".editorconfig",
".jshintrc",
"**/.*",
"node_modules",
"bower_components",
"demos",
"src",
"gulpfile.js"
]
}