UNPKG

hpss

Version:
34 lines (33 loc) 634 B
{ "name": "hpss", "version": "0.0.20", "description": "hpss interface for nodejs", "main": "app.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:soichih/node-hpss.git" }, "keywords": [ "hsi", "htar", "hpss" ], "author": "Soichi Hayashi <hayashis@iu.edu>", "license": "BSD", "bugs": { "url": "https://github.com/soichih/node-hpss/issues" }, "devDependencies": { "mocha": "~3.2.0", "chai": "~3.5.0" }, "dependencies": { "split": "~1.0.0", "through2": "^2.0.3", "tmp": "^0.0.31", "underscore": "~1.8.3" } }