my-json-to-text-writer
Version:
Accepts filename and json to write in the file.
29 lines (28 loc) • 662 B
JSON
{
"name": "my-json-to-text-writer",
"version": "0.0.2",
"description": "Accepts filename and json to write in the file.",
"main": "json_to_text_writer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"prompt": "0.2.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NileshPharande/assign_02.git"
},
"keywords": [
"json",
"to",
"textfile",
"writer"
],
"author": "nileshp",
"license": "MIT",
"bugs": {
"url": "https://github.com/NileshPharande/assign_02/issues"
},
"homepage": "https://github.com/NileshPharande/assign_02#readme"
}