forked from FieldDB/FieldDB
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 KB
/
package.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
{
"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 <[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]>"
],
"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"
}