Revelav3/package.json
2022-07-25 14:11:42 -05:00

22 lines
535 B
JSON

{
"name": "nebulaweb",
"version": "7.0.4",
"description": "Explore the web. Freely. ",
"type": "module",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"educational",
"math",
"science"
],
"author": "Nebula Services",
"license": "Copyright Nebula Services. All Rights Reserved.",
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
"node-fetch": "^3.2.6",
"node-static": "^0.7.11"
}
}