Skip to content
Snippets Groups Projects
Commit 00fe0d9a authored by MrJoshE's avatar MrJoshE
Browse files

updated package.json

parent 1fe071c3
No related branches found
No related tags found
No related merge requests found
{ {
"name": "bookings_service", "name": "bookings_service",
"version": "1.0.0", "version": "1.1.0",
"description": "A bookings service for ParkPal Application", "description": "A bookings service for ParkPal Application",
"main": "bookings_service.js", "main": "bookings_service.js",
"scripts": { "scripts": {
"start": "node src/index.js", "start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Marcus Tonge", "author": "Marcus Tonge + Josh Everett",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"cors": "^2.8.5", "cors": "^2.8.5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment