forked from michelbl/better-place
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.26 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
{
"name": "better-place",
"version": "2.0.0",
"description": "PLACE, en mieux",
"author": "Michel Blancard",
"homepage": "https://github.com/michelbl/better-place#readme",
"license": "ISC",
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "node ./bin/run.js",
"style": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michelbl/better-place.git"
},
"bugs": {
"url": "https://github.com/michelbl/better-place/issues"
},
"keywords": [
"public",
"procurement",
"transparency",
"marchés",
"publics",
"achats",
"publics",
"accord",
"cadre",
"dossier",
"consultation",
"entreprises",
"PLACE",
"appel",
"offre",
"consultation",
"procedure",
"transparence"
],
"dependencies": {
"@elastic/elasticsearch": "^7.5.0",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"express": "~4.16.0",
"express-handlebars": "^3.0.0",
"morgan": "^1.9.1",
"pg-promise": "^7.0.3",
"rotating-file-stream": "^2.1.5",
"serve-favicon": "~2.4.5"
}
}