-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
32 lines (32 loc) · 1.11 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
{
"name": "angulard3builder",
"version": "0.0.1",
"dependencies": {
"sass-bootstrap": "*",
"font-awesome": "*",
"underscore": "*",
"angular": "*",
"angular-resource": "*",
"angular-mocks": "*",
"angular-bootstrap": "*",
"angular-animate": "*",
"jquery": "*",
"jquery-ui": "*",
"animate-sass": "*",
"requirejs": "*",
"modernizr": "*",
"d3": "~3.4.3",
"nvd3": "~1.1.15-beta",
"datamaps": "~0.3.2",
"angular-ui-router": "~0.2.11",
"canvg": "https://canvg.googlecode.com/files/canvg-1.3.zip",
"angular-file-input": "[email protected]:dmachat/angular-file-input.git",
"angular-datamaps": "*",
"highcharts": "[email protected]:highslide-software/highcharts-release",
"highcharts-ng": "https://github.com/pablojim/highcharts-ng.git",
"angular-spectrum-colorpicker": "[email protected]:Jimdo/angular-spectrum-colorpicker.git",
"chartbuilder-widget": "[email protected]:dmachat/chartbuilder-widget.git",
"d3-browserify": "https://github.com/zcbenz/d3-browserify.git#3.4.12",
"slugifier": "https://github.com/paulsmith/angular-slugify.git"
}
}