Revelav3/package.json
CountBleck a83063cf10 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.
2022-08-25 21:31:48 -07:00

22 lines
No EOL
583 B
JSON

{
"name": "nebulaweb",
"version": "7.0.4",
"description": "Explore the web. Freely. ",
"type": "module",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": ["proxy"],
"author": "Nebula Services",
"license": "MIT",
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
"bare-server-node": "github:tomphttp/bare-server-node",
"css-tree": "^2.1.0",
"node-fetch": "^3.2.6",
"node-static": "^0.7.11",
"ws": "^8.8.1",
"crypto-js": "4.1.1"
}
}