-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 917 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
{
"name": "EnvironmentalQuality",
"version": "0.0.0",
"homepage": "https://github.com/GeoEngineers/EnvironmentalQuality",
"authors": [
"Kevin Burkett <[email protected]>"
],
"description": "Smartmine Environmental Quality",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"es5-basic-shim":"*",
"underscore": "*",
"backbone": "*",
"js-base64": "*",
"bootstrap": "~3.0.3",
"jasmine": "1.3.1",
"jquery": "*",
"jquery-ui": "*",
"jquery.cookie": "*",
"backbone.localStorage": "*",
"backbone-notifications":"https://github.com/fatiherikli/backbone-notifications.git",
"marionette": "*",
"momentjs": "*",
"handlebars": "*",
"leaflet-providers": "*",
"bootstrap-datepicker": "*",
"requirejs": "*",
"ydn-db": "*",
"d3": "*",
"threejs": "*"
}
}