forked from FieldDB/FieldDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.25 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "fielddb",
"version": "2.30.0",
"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": {
"MD5": "1.2.1",
"atob": "^1.1.2",
"btoa": "^1.1.2",
"crypto-js": "^3.1.2-5",
"diacritic": "0.0.2",
"q": "1.0.1",
"textgrid": "2.2.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"browserify": "3.2.2",
"grunt": "*",
"grunt-browserify": "1.3.2",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-watch": "0.6.1",
"grunt-exec": "^0.4.6",
"grunt-jasmine-node": "git://github.com/cesine/grunt-jasmine-node.git",
"grunt-jsdoc": "0.4.3",
"jasmine-node": "^1.14.5"
},
"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"
},
"license": "Apache 2.0",
"licenses": [
{
"type": "Apache 2.0"
}
]
}