forked from documentcloud/documentcloud
-
Notifications
You must be signed in to change notification settings - Fork 9
/
bower.json
40 lines (40 loc) · 1.12 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
36
37
38
39
40
{
"name": "sourceafrica",
"version": "1.0.0",
"homepage": "https://github.com/CodeForAfrica/sourceAFRICA",
"authors": [
"Code for Africa <[email protected]",
"DocumentCloud <[email protected]>",
"David Lemayian <[email protected]>"
],
"description": "Document transparency tools for journalists",
"dependencies": {
"jquery": "~1.12.0",
"jquery-ui": "~1.11.4",
"jquery-ujs": "~1.2.1",
"flot": "~0.8.3",
"backbone": "~1.3.3",
"blueimp-file-upload": "~9.11.2",
"documentcloud-notes": "https://github.com/documentcloud/documentcloud-notes.git#master",
"documentcloud-pages": "https://github.com/documentcloud/documentcloud-pages.git#master",
"visualsearch": "~0.5.1",
"jquery.payment": "~1.3.2",
"html5shiv": "~3.7.3"
},
"moduleType": [
"globals"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"underscore": "~1.8.3",
"jquery": "~1.12.0"
}
}