act-client
Version:
ACT Wrapper for nodejs
37 lines (36 loc) • 773 B
JSON
{
"name": "act-client",
"version": "1.0.3",
"description": "ACT Wrapper for nodejs",
"main": "wrapper.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^4.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sha1": "^1.1.1"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha --reporter spec --timeout 150000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdharaProjects/act-client.git"
},
"keywords": [
"ACT",
"WRAPPER",
"NODEJS"
],
"author": "agmanchon",
"license": "ISC",
"bugs": {
"url": "https://github.com/AdharaProjects/act-client/issues"
},
"homepage": "https://github.com/AdharaProjects/act-client#readme"
}