forked from FieldDB/FieldDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.74 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.74 KB
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
{
"name": "fielddb",
"version": "0.70.1",
"description": "An offline/online field database which adapts to its user's terminology and I-Language",
"homepage": "https://github.com/OpenSourceFieldlinguistics/FieldDB/issues/milestones?state=closed",
"repository": {
"type": "git",
"url": "git://github.com/OpenSourceFieldlinguistics/FieldDB.git"
},
"bugs": {
"url": "https://github.com/OpenSourceFieldlinguistics/FieldDB/issues"
},
"keywords": [
"fielddb",
"client"
],
"contributors": [
"cesine <cesine@yahoo.com>",
"trisapeace <trisapeace@gmail.com>",
"hisakonog <hisakonog@gmail.com>",
"Emmy Cathcart <maryellencathcart@gmail.com>",
"Tobin Skinner <tobin.skinner@gmail.com>",
"Yuliya Manyakina <yulia.manyakina@gmail.com>",
"Elise <elise.mcclay@gmail.com>",
"Josh Horner <josh.horner@gmail.com>",
"gretchenmcc <gretchen.mcculloch@gmail.com>",
"jrwdunham <jrwdunham@gmail.com>",
"ghazan <gay.hazan@gmail.com>",
"Fieldlinguist <info@fieldlinguist.com>",
"zazoo <kimdan.ng@gmail.com>",
"louisa-bielig <louisa.bielig@gmail.com>",
"lingllama <lingllama@lingsync.org>",
"geekrax <rakshit@thetechtime.com>",
"Yogurt1206 <sunx4@miamioh.edu>",
"Pablo Duboue <pablo.duboue@gmail.com>",
"Oriana <oriana.kilbourn-ceron@mail.mcgill.ca>"
],
"dependencies": {
"handlebars": "*",
"requirejs": "*"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*",
"phantomjs": "*",
"nodeunit": "*"
},
"main": "./scripts/build_template_databases_using_fielddb.sh",
"bin": {
"fielddb": "./scripts/build_template_databases_using_fielddb.sh"
},
"engines": {
"node": "~0.8 || ~0.10"
},
"scripts": {
"test": "grunt nodeunit"
},
"license": "Apache 2.0"
}