-
Notifications
You must be signed in to change notification settings - Fork 16
/
bower.json
35 lines (35 loc) · 1.03 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
33
34
35
{
"name": "aerisjs",
"description": "Aeris.js provides a suite of tools for rendering weather maps and widgets, and using data from one of the most complete and advanced weather APIs available.",
"keywords": [
"maps",
"weather",
"weathernation",
"backbone"
],
"version": "1.0.2",
"homepage": "https://github.com/hamweather/aerisjs",
"main": "src",
"ignore": [
"bower_components/",
"node_modules/",
".gitignore",
".travis.yml",
"README.md"
],
"dependencies": {
"underscore": "~1.6.0",
"backbone": "~1.1.0",
"requirejs": "~2.1.10",
"gmaps-markerclusterer-plus": "http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.1.1/src/markerclusterer.js",
"googlemaps-amd": "~1.0.0",
"leaflet.markercluster": "~0.4.0"
},
"devDependencies": {
"almond": "~0.2.9",
"jasmine": "1.3.1",
"sinon": "http://sinonjs.org/releases/sinon-1.7.1.js",
"jasmine-slow": "https://github.com/joneath/jasmine-slow.git",
"jquery": "1.8.0 - 1.11.0"
}
}