forked from cesine/MorphoParser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "fielddb-glosser",
"description": "A semi-automatic IGT morpheme segmenter and glosser",
"version": "3.12.15",
"homepage": "https://github.com/OpenSourceFieldlinguistics/FieldDB/issues/milestones?state=closed",
"author": {
"name": "FieldDB Contributors",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenSourceFieldlinguistics/FieldDBGlosser"
},
"bugs": {
"url": "https://github.com/OpenSourceFieldlinguistics/FieldDB/issues/"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "lib/FieldDBGlosser",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"browserify": "^14.1.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"xmlhttprequest": "^1.8.0"
},
"keywords": [],
"dependencies": {
"collections": "^1.0.1",
"d3": "^3.5.5",
"frb": "git://github.com/cesine/frb.git#contenteditable",
"q": "^1.0.1",
"underscore": "~1.5.2"
}
}