{ "name": "execute", "version": "0.1.0", "description": "Execute commands in parallel", "keywords": [], "author": "Raynos ", "repository": "git://github.com/Colingo/execute.git", "main": "index", "homepage": "https://github.com/Colingo/execute", "contributors": [ { "name": "Raynos" } ], "bugs": { "url": "https://github.com/Colingo/execute/issues", "email": "raynos2@gmail.com" }, "dependencies": { "map-async": "~0.1.0" }, "devDependencies": { "tap": "~0.3.1", "request": "~2.12.0" }, "licenses": [ { "type": "MIT", "url": "http://github.com/Colingo/execute/raw/master/LICENSE" } ], "scripts": { "test": "tap ./test" } }