-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
71 lines (71 loc) · 1.95 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "fielddb",
"version": "5.121.19-rc0",
"homepage": "http://fielddb.github.io/FieldDB/",
"bugs": {
"url": "https://github.com/FieldDB/FieldDB/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/FieldDB/FieldDB.git"
},
"authors": [
"cesine <[email protected]>",
"trisapeace <[email protected]>",
"hisakonog <[email protected]>",
"Emmy Cathcart <[email protected]>",
"Tobin Skinner <[email protected]>",
"Yuliya Manyakina <[email protected]>",
"Elise <[email protected]>",
"Josh Horner <[email protected]>",
"gretchenmcc <[email protected]>",
"jrwdunham <[email protected]>",
"ghazan <[email protected]>",
"Fieldlinguist <[email protected]>",
"zazoo <[email protected]>",
"louisa-bielig <[email protected]>",
"lingllama <[email protected]>",
"geekrax <[email protected]>",
"Yogurt1206 <[email protected]>",
"Pablo Duboue <[email protected]>",
"Oriana <[email protected]>"
],
"license": "Apache-2.0",
"ignore": [
"Gruntfile.js",
"angular_client",
"api",
"backbone_client",
"bower.json",
"bower_components",
"build",
"map_reduce_activities",
"map_reduce_cleaning",
"map_reduce_unused",
"map_reduce_data",
"map_reduce_export",
"map_reduce_learnx",
"map_reduce_lexicon",
"couchapp_minified",
"couchapp_prototype",
"docs",
"install_linux_download_and_set_up_fielddb_servers_for_new_developers_quick_start.sh",
"install_mac_download_and_set_up_fielddb_servers_for_new_developers_quick_start.sh",
"manifest.json",
"node_modules",
"package.json",
"raw",
"release",
"sample_data",
"scripts",
"test-reports",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {},
"main": "fielddb.js",
"devDependencies": {}
}