UNPKG

htcondor

Version:
35 lines (34 loc) 672 B
{ "name": "htcondor", "version": "0.0.29", "description": "nodejs hook for htcondor", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/soichih/node-htcondor" }, "keywords": [ "htcondor", "condor", "osg" ], "author": "Soichi Hayashi", "license": "MIT", "bugs": { "url": "https://github.com/soichih/node-htcondor/issues" }, "dependencies": { "merge": "^1.2.0", "q": "^1.3.0", "tail": "^0.4.0", "temp": "^0.8.1", "xml2js": "^0.4.8" }, "devDependencies": { "chai": "^1.9.1", "mocha": "^1.21.4" } }