-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 814 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
{
"name": "pivotchart",
"version": "0.0.0",
"authors": [
"Lauri Peltonen"
],
"license": "MIT",
"homepage": "http://github.com/scele/pivotchart",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.15",
"angular-bootstrap": "~0.10.0",
"bootstrap": "~3.1.1",
"less.js": "~1.7.0",
"lodash": "~2.4.1",
"jquery-ui": "~1.10.4",
"angular-bootstrap-colorpicker": "~3.0.7",
"angular-ui-sortable": "git://github.com/scele/ui-sortable#bower",
"codemirror": "~4.1.0",
"jquery": "~2.1.1",
"d3": "~3.4.6",
"handsontable": "0.11.1",
"angular-loader": "~1.2.16",
"angular-ui-slider": "~0.0.1",
"d3-plugins": "git://github.com/scele/d3-plugins"
}
}