iexec/package.json
2019-11-20 13:02:20 -05:00

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"
}
}