-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "gabra-api",
"version": "2.13.0",
"description": "Ġabra: an open lexicon for Maltese",
"author": "John J. Camilleri <[email protected]> (http://johnjcamilleri.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MLRS/gabra-api.git"
},
"bugs": "https://github.com/MLRS/gabra-api/issues",
"scripts": {
"start": "node ./bin/www",
"test": "npx mocha --exit",
"lint": "npx eslint ."
},
"dependencies": {
"@forevolve/bootstrap-dark": "^1.0.0-alpha.937",
"@json-editor/json-editor": "^2.1.0",
"async": "^1.4.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.4.1",
"compression": "^1.7.4",
"cookie-parser": "~1.3.5",
"express": "^4.16.4",
"extend": "^3.0.2",
"helmet": "^3.21.2",
"marked": "^0.7.0",
"monk": "^7.1.2",
"morgan": "^1.9.1",
"node-schedule": "^1.3.2",
"passport": "^0.2.2",
"passport-http": "^0.2.2",
"pug": "^2.0.3",
"regexp-quote": "0.0.0",
"universal-analytics": "^0.4.20"
},
"devDependencies": {
"ajv": "^6.10.0",
"debug": "^3.2.6",
"eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.2.2",
"should": "^8.2.2",
"supertest": "^3.4.2"
}
}