osg
Version:
nodejs client libraries for Open Science Grid
30 lines (29 loc) • 658 B
JSON
{
"name": "osg",
"version": "0.0.29",
"description": "nodejs client libraries for Open Science Grid",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/soichih/node-osg"
},
"keywords": [
"htcondor",
"condor",
"osg"
],
"author": "Soichi Hayashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/soichih/node-osg/issues"
},
"dependencies": {
"htcondor": "*",
"temp": "*",
"async": "*",
"which": "*"
}
}