-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
38 lines (38 loc) · 927 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
{
"name": "ok-directory-plp-impl",
"version": "0.0.0",
"homepage": "http://directory.open-steps.org",
"authors": [
"Open-Steps.org <[email protected]>"
],
"description": "Implementation of the Open Knowledge Directory using PLP Pattern",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-steps/ok-directory"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0",
"jquery": "~2.1.1",
"bootstrap3-typeahead": "~3.0.3",
"d3": "~3.4.11",
"crossfilter": "~1.3.9",
"leaflet.markercluster": "~0.4.0",
"leaflet": "~0.7.3",
"superagent": "~0.18.2",
"node-uuid": "~1.4.1",
"font-awesome": "~4.2.0",
"jquery-image-loader": "~1.2.2",
"lodash": "~2.4.1",
"es6-promise": "~2.0.0",
"Blob": "*",
"json-editor": "~0.7.7"
}
}