forked from p3t2ja9zs/dcs
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.
36 lines
740 B
36 lines
740 B
3 years ago
|
{
|
||
|
"name": "execute",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Execute commands in parallel",
|
||
|
"keywords": [],
|
||
|
"author": "Raynos <raynos2@gmail.com>",
|
||
|
"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"
|
||
|
}
|
||
|
}
|