Revelav3/package.json
2022-06-18 10:01:44 -04:00

22 lines
542 B
JSON

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