bagit-js
Version:
A node.js module that implements the bagit protocol
19 lines (18 loc) • 384 B
JSON
{
"name": "bagit-js",
"version": "1.0.0",
"description": "A node.js module that implements the bagit protocol",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node.js",
"bagit"
],
"author": "Vernon Chapman <chapman692@gmail.com>",
"license": "GPL",
"dependencies": {
"qs": "^2.4.1"
}
}