{ "name": "array-to-txt-file", "version": "1.0.2", "description": "takes in an array and will write each value to a text file. Each value is converted to a string, and concatenated with a newline.", "main": "index.js", "scripts": { "dev": "nodemon ./test/index.js | faucet", "test": "node ./test/index.js | faucet" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/zlot/get-dirs.git" }, "keywords": [ "array", "txt file", "text file", "array to file", "newline" ], "author": "Mark C Mitchell (http://markcmitchell.net)", "license": "ISC", "devDependencies": { "faucet": "0.0.1", "tape": "^4.6.3" }, "dependencies": { "lodash": "^4.17.2" } }