globus-js
Version:
A package for interacting with the globus.org REST API.
36 lines (35 loc) • 733 B
JSON
{
"name": "globus-js",
"version": "2.7.0",
"description": "A package for interacting with the globus.org REST API.",
"main": "globus.js",
"repository": {
"type": "git",
"url": "https://github.com/kaufmann42/globus-js"
},
"bugs": {
"url": "https://github.com/kaufmann42/globus-js/issues"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"globus",
"data transfer",
"biology",
"gridFTP"
],
"author": "jkaufmann",
"license": "ISC",
"dependencies": {
"request": "^2.72.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"jshint": "^2.9.2",
"mocha": "^2.5.3"
}
}