forked from InterActionNGO/ngoaidmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 817 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
{
"name": "iom",
"version": "2.0.0",
"homepage": "https://github.com/simbiotica/iom",
"authors": [
"Simbiotica <http://simbiotica.es>"
],
"description": "A webapp",
"license": "ISC",
"ignore": [
"**/.*",
"node_modules",
"public/vendors",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.1.14",
"select2": "~3.5.0",
"jquery-form": "~3.46.0",
"jquery": "~2.1.1",
"underscore": "~1.6.0",
"backbone": "~1.1.2",
"handlebars": "~4.0.4",
"requirejs-text": "~2.0.12",
"spinjs": "~2.0.1",
"moment": "~2.10.3",
"highcharts-release": "~4.0.1",
"chachi-slider": "~2.0.4",
"underscore.string": "~2.3.3",
"moment-range": "~1.0.2",
"leaflet.markercluster": "~0.4.0",
"Class.js": "~1.0.0",
"amplify": "~1.1.2"
}
}