-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 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
{
"name": "impactometre-back",
"version": "1.1.0",
"description": "Backend for projet impactometre.fr, meetings environmental impact comparator.",
"contributors": [{
"name": "Aurélien Beranger ",
"url": "https://gitlab.utc.fr/aberange"
},
{
"name": "Clément Brizard",
"email": "clementbrizard53@gmail.com"
},
{
"name": "Matt Glorion ",
"url": "https://github.com/mglorion"
},
{
"name": "Valentin Le Gauche",
"url": "https://gitlab.utc.fr/vlegauch"
}
],
"private": true,
"browserslist": ["last 4 versions"],
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon --exec 'node ./bin/www'"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"express": "~4.16.1",
"jsonschema": "^1.2.6",
"morgan": "~1.9.1",
"nodemon": "^2.0.7",
"round-to": "^4.1.0",
"uniqid": "^5.2.0"
},
"devDependencies": {
"acorn": "^6.4.1",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jsonschema": "^1.2.6",
"mocha": "^6.2.2",
"vue-eslint-parser": "^7.1.0"
}
}