Files
Selenium_test_website/node_modules/exeq/package.json
Tiệp Sunflower aa9c76c82f selenium
2023-03-06 14:23:39 +07:00

38 lines
668 B
JSON

{
"name": "exeq",
"version": "2.4.0",
"description": "Excute shell commands in queue",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:afc163/exeq.git"
},
"author": "afc163 <afc163@gmail.com>",
"keywords": [
"spawn",
"execute",
"exec",
"command",
"shell",
"promise",
"synchronously",
"bash",
"kill"
],
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.0.3",
"native-or-bluebird": "^1.2.0"
},
"devDependencies": {
"is-promise": "~1.0.1",
"tape": "~4.0.0"
},
"scripts": {
"test": "tape tests/*.js"
}
}