UNPKG

soap-htcondor

Version:

A wrapper for consuming HTCondor soap API

35 lines (34 loc) 777 B
{ "name": "soap-htcondor", "version": "1.0.1", "description": "A wrapper for consuming HTCondor soap API", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "bin": "node bin/main.js" }, "repository": { "type": "git", "url": "git+https://github.com/carlochess/soap-htcondor.git" }, "keywords": [ "htcondor", "soap", "api" ], "author": "Carlos Roman <carlochess@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/carlochess/soap-htcondor/issues" }, "homepage": "https://github.com/carlochess/soap-htcondor#readme", "dependencies": { "async": "^2.0.1", "soap": "^0.17.0" }, "devDependencies": { "bluebird": "^3.4.6", "chai": "^3.5.0", "mocha": "^3.0.2" } }