forked from NuCivic/nvd3_visualization_app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 962 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
{
"name": "recline.views.nvd3.js",
"version": "0.0.1",
"keywords": [
"recline",
"nvd3"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"vendor",
"test",
"tests"
],
"dependencies": {
"lodash.data": "[email protected]:NuCivic/lodash.data.git",
"backbone": "1.0.0",
"jquery": "2.0.3",
"json": "*",
"moment": "2.0.0",
"mustache": "0.5.2",
"showdown": "~0.3.1",
"slickgrid": "2.0.1",
"timeline": "2.29.1",
"underscore.deferred": "*",
"bootstrap-css": "2.3.2",
"nvd3": "https://github.com/novus/nvd3.git#development",
"chosen-bootstrap": "*",
"lodash": "*",
"recline.backend.gdocs": "https://github.com/okfn/recline.backend.gdocs.git#e81bb237759353932834a38a0ec810441e0ada10",
"csv.js": "https://github.com/okfn/csv.js.git#976b61384a1808eb464aca5876e5ea46c98deaee",
"recline.view.nvd3.js": "https://github.com/acouch/recline.view.nvd3.js.git"
}
}