-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.93 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
{
"name": "lexicon-elasticsearch",
"version": "5.7.13",
"description": "a lexicon web service with analyzers for a few languages and an elasticsearch wrapper",
"homepage": "https://github.com/FieldDB/FieldDB/issues/milestones?state=closed",
"repository": {
"type": "git",
"url": "git://github.com/FieldDB/LexiconWebService.git"
},
"bugs": {
"url": "https://github.com/FieldDB/FieldDB/issues"
},
"keywords": [
"fielddb",
"lexicon",
"farley",
"inuktitut"
],
"contributors": [
"cesine <[email protected]>",
"Emmy Cathcart <[email protected]>",
"Josh Horner <[email protected]>"
],
"main": "lexicon-service.js",
"bin": {
"fielddb-lexicon": "./bin/lexicon-web-service"
},
"scripts": {
"start": "NODE_ENV=local node bin/lexicon-web-service",
"lint": "jshint config middleware routes test",
"test": "NODE_ENV=test mocha --recursive test",
"test:coverage": "NODE_ENV=test istanbul cover _mocha -- --recursive test",
"test:unit": "NODE_ENV=test mocha --recursive test/middleware test/routes",
"test:integration": "NODE_ENV=test mocha --recursive test/integration",
"test:nocked": "NODE_ENV=test USE_NOCK=true mocha --recursive test/integration",
"postinstall": "bower install && cd bin; ls Uqailaut.jar || wget https://github.com/LowResourceLanguages/InuktitutComputing/blob/master/Inuktitut-Java/Uqailaut/Uqailaut.jar?raw=true -O Uqailaut.jar ",
"watch": "NODE_ENV=local nodemon bin/lexicon-web-service"
},
"dependencies": {
"body-parser": "^1.18.2",
"config": "^1.27.0",
"cors": "^2.8.4",
"debug": "^3.1.0",
"express": "^4.16.2",
"forever": "latest",
"morgan": "^1.9.0",
"request": "^2.83.0",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nock": "^9.0.27",
"sinon": "^4.0.1",
"supertest": "^3.0.0"
},
"license": "Apache-2.0"
}