package.json remove license/author fields

pull/4/head
Cameron Clough 2022-03-21 10:59:58 +00:00
parent 276de5dd8c
commit dcbb661424
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
"name": "retropilot-server",
"version": "1.0.0",
"description": "replacement for comma.ai backend and useradmin dashboard. can be combined with a modified cabana instance.",
"homepage": "https://github.com/RetroPilot/retropilot-server",
"main": "src/server/index.js",
"scripts": {
"test": "mocha",
@ -9,8 +10,6 @@
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix"
},
"author": "",
"license": "ISC",
"dependencies": {
"@commaai/log_reader": "^0.9.0",
"@sendgrid/client": "^7.4.3",