-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 917 Bytes
/
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
{
"name": "lisa_project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --delay 1500ms"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"actions-on-google": "^2.7.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"current-week-number": "^1.0.7",
"express": "^4.17.1",
"geolib": "^3.0.4",
"jest": "^24.8.0",
"kill-port": "^1.6.0",
"moment": "^2.24.0",
"nodemon": "^1.19.4",
"pg": "^7.11.0",
"sequelize": "^5.8.11",
"supertest": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samaneh-dallalizad/lisa_project.git"
},
"bugs": {
"url": "https://github.com/samaneh-dallalizad/lisa_project/issues"
},
"homepage": "https://github.com/samaneh-dallalizad/lisa_project#readme",
"description": ""
}