protractor-clickup-plugin
Version:
Tasking through Testing
44 lines (43 loc) • 992 B
JSON
{
"name": "protractor-clickup-plugin",
"version": "0.0.1",
"description": "Tasking through Testing",
"main": "protractor-clickup.js",
"scripts": {
"test": "test",
"start": "node protractor-clickup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rlwhatley3/protractor-clickup-plugin.git"
},
"keywords": [
"clickup",
"protractor",
"reporter",
"automate",
"automated",
"suite",
"test",
"tasks",
"tasking"
],
"author": "rlwhatley3",
"license": "MIT",
"bugs": {
"url": "https://github.com/rlwhatley3/protractor-clickup-plugin/issues"
},
"homepage": "https://github.com/rlwhatley3/protractor-clickup-plugin#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^9.4.6",
"@types/protractor": "^5.0.0",
"axios": "^0.18.0",
"protractor": "^5.3.0"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"rxjs": "^5.5.6"
}
}