-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
34 lines (34 loc) · 851 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": "climate-stress-tool",
"version": "0.0.1",
"homepage": "https://github.com/walkerjeffd/umass-climate-stress-tool",
"authors": [
"Jeff Walker <[email protected]>"
],
"description": "Climate stress tool",
"main": "app.js",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0",
"angular": "~1.3.1",
"d3": "~3.4.11",
"joint": "~0.9.4",
"angular-ui-router": "~0.2.11",
"ol3": "https://github.com/openlayers/ol3/releases/download/v3.0.0/v3.0.0.zip",
"papaparse": "~4.1.0",
"angular-bootstrap": "~0.12.0",
"message-center": "~1.0.3",
"angular-rangeslider": "~0.0.12",
"ng-file-upload": "~3.2.4",
"lodash": "~3.5.0",
"admin-lte": "~2.1.2"
}
}