forked from Connoropolous/mapmaker-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 859 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
{
"name": "metamaps",
"version": "0.1.0",
"authors": [
"Connor Turland <[email protected]>"
],
"description": "Map Complexity",
"main": "metamaps_renderer.js",
"moduleType": [
"globals"
],
"license": "AGPL",
"homepage": "http://metamaps.cc",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "1.0.0",
"underscore": "1.4.4",
"snap.svg": "~0.3.0",
"Countable": "~2.1.0",
"typeahead.js": "0.9.3",
"socket.io-client": "0.9.11",
"CloudCarousel": "https://github.com/Connoropolous/CloudCarousel.git",
"embedly": "https://github.com/Connoropolous/embedly.git",
"famous": "~0.3.4",
"hogan": "https://github.com/Connoropolous/Hogan.git"
},
"devDependencies": {
"jquery": "1.9.0"
}
}