{ "author": "Isaac Z. Schlueter (http://blog.izs.me/)", "name": "touch", "description": "like touch(1) in node", "version": "1.0.0", "repository": "git://github.com/isaacs/node-touch.git", "main": "touch.js", "engines": { "node": ">=0.6" }, "bin": "./bin/touch.js", "dependencies": { "nopt": "~1.0.10" }, "license": "ISC", "scripts": { "test": "tap test/*.js" }, "devDependencies": { "tap": "^1.3.1" } }