forked from FieldDB/FieldDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.4 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
78
79
80
81
{
"name": "fielddb",
"version": "3.18.25",
"description": "An offline/online field database which adapts to its user's terminology and I-Language",
"homepage": "https://github.com/FieldDB/FieldDB/issues/milestones?state=closed",
"repository": {
"type": "git",
"url": "git://github.com/FieldDB/FieldDB.git"
},
"bugs": {
"url": "https://github.com/FieldDB/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",
"aes": "^0.1.0",
"atob": "^1.1.2",
"bcrypt-nodejs": "0.0.3",
"browserify-mime": "^1.2.9",
"btoa": "^1.1.2",
"collections": "^1.2.3",
"crypto-js": "^3.1.4",
"diacritic": "0.0.2",
"frb": "git://github.com/cesine/frb.git#contenteditable",
"mime": "^1.3.4",
"node-cryptojs-aes": "^0.4.0",
"q": "1.2.0",
"recordmp3js": "0.5.0",
"textgrid": "2.2.0",
"underscore": "^1.8.3"
},
"optionalDependancies": {
"d3": "^3.5.5",
"node-jsdom": "^3.1.5",
"memory": "0.0.3"
},
"devDependencies": {
"browserify": "9.0.7",
"grunt": "*",
"grunt-browserify": "3.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "0.11.1",
"grunt-contrib-uglify": "0.8.1",
"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.5.8",
"grunt-newer": "^1.1.0"
},
"main": "api/fielddb.js",
"scripts": {
"test": "grunt",
"postinstall": "bower link || exit 0"
},
"license": "Apache-2.0"
}