forked from kristw/ng-vega
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 773 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": "ng-vega",
"main": "dist/ng-vega.min.js",
"homepage": "https://github.com/kristw/ng-vega",
"authors": [
"Krist Wongsuphasawat <[email protected]>",
"eptify"
],
"description": "Angular directive for rendering vega specs",
"keywords": [
"d3",
"chart",
"angular",
"angularjs",
"vega",
"ng-vega",
"angular-vega"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"examples",
"docs",
"gruntFile.js",
"grunt/*.js",
"package.json"
],
"dependencies": {
"d3": "~3.5.5",
"vega": "~2.4.2",
"angular": "~1.3.15"
},
"devDependencies": {
"bootstrap": "~3.3.4",
"angular-ui-ace": "~0.2.3"
}
}