{ "name": "filedump", "description": "Converts file contents to JSON", "main": "./lib/filedump", "scripts": { "test": "echo \"error: no test specified\" && exit 1" }, "author": "Jeff Parsons ", "licenses": [ { "type": "GPLv3", "url": "http://www.gnu.org/licenses/gpl.html" } ], "bin": { "filedump": "./bin/filedump" } }