Modify keyword/license fields to be more accurate

The license field is supposed to have a short identifier representing
the project's license, like "MIT". The keywords field is for npm's
search, if this package is ever published.
This commit is contained in:
CountBleck 2022-08-25 21:31:48 -07:00
parent 9d52343041
commit a83063cf10

View file

@ -7,13 +7,9 @@
"scripts": {
"start": "node app.js"
},
"keywords": [
"educational",
"math",
"science"
],
"keywords": ["proxy"],
"author": "Nebula Services",
"license": "Copyright Nebula Services. All Rights Reserved.",
"license": "MIT",
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
"bare-server-node": "github:tomphttp/bare-server-node",