16 lines
333 B
JSON
16 lines
333 B
JSON
|
{
|
||
|
"name": "iexec",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Executes a command in intervals until interrupts",
|
||
|
"bin": "bin/iexec",
|
||
|
"main": "lib/index",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Sagi Dayan",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"commander": "^4.0.1"
|
||
|
}
|
||
|
}
|