{ "name": "execon", "version": "1.2.9", "author": "coderaiser (https://github.com/coderaiser)", "description": "Patterns of function calls", "homepage": "http://github.com/coderaiser/execon", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/coderaiser/execon.git" }, "dependencies": {}, "license": "MIT", "engines": { "node": ">=0.8" }, "main": "lib/exec.js", "devDependencies": { "tape": "~4.2.1" } }