writemereadme
Version:
A README Generator using NodeJS and Inquirer.
29 lines • 740 B
JSON
{
"name": "writemereadme",
"version": "1.5.0",
"description": "A README Generator using NodeJS and Inquirer.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Proto133/writemeREADME.git"
},
"keywords": [
"NodeJS",
"Student",
"DevTools"
],
"author": "Peter Roto",
"license": "ISC",
"bugs": {
"url": "https://github.com/Proto133/writemeREADME/issues"
},
"homepage": "https://github.com/Proto133/writemeREADME#readme",
"dependencies": {
"fs": "*",
"inquirer": "^8.1.0",
"util": "^0.12.4"
}
}