Tobias Hopp 42de818a2f Update
Took 12 minutes
2021-09-13 21:52:08 +02:00

26 lines
618 B
JSON

{
"name": "os",
"version": "0.1.2",
"description": "NodeJS Core Module Extended",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiegoRBaquero/node-os.git"
},
"keywords": [
"node",
"os",
"core",
"module"
],
"author": "Diego Rodríguez Baquero <diegorbaquero@gmail.com> (https://diegorbaquero.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DiegoRBaquero/node-os/issues"
},
"homepage": "https://github.com/DiegoRBaquero/node-os#readme"
}