forked from WildCodeSchool/paris-js-0918-groupe6-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 995 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 995 Bytes
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
{
"name": "paris-js-0918-groupe6-node",
"version": "1.0.0",
"description": "## BDD",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WildCodeSchool/paris-js-0918-groupe6-node.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WildCodeSchool/paris-js-0918-groupe6-node/issues"
},
"homepage": "https://github.com/WildCodeSchool/paris-js-0918-groupe6-node#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"express": "^4.16.4",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"prettier": "^1.15.2",
"sequelize": "^4.41.2",
"sqlite": "^3.0.0"
}
}