You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
596 B

{
"name": "exec-async",
"version": "2.2.0",
"description": "Returns a promise with the results of a shell command",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccheever/exec-async.git"
},
"keywords": [
"shell",
"exec",
"promise"
],
"author": "Charlie Cheever <ccheever@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccheever/exec-async/issues"
},
"homepage": "https://github.com/ccheever/exec-async#readme"
}