{ "name": "diskdump", "description": "Converts disk images to/from JSON", "main": "./lib/diskdump", "scripts": { "test": "echo \"error: no test specified\" && exit 1" }, "author": "Jeff Parsons ", "licenses": [ { "type": "GPLv3", "url": "http://www.gnu.org/licenses/gpl.html" } ], "bin": { "diskdump": "./bin/diskdump" }, "dependencies": { "mkdirp": "^0.3.5" } }