UNPKG

bagit

Version:

Creation, modification and validation of BagIt containers

37 lines (36 loc) 939 B
{ "name": "bagit", "version": "0.0.3", "description": "Creation, modification and validation of BagIt containers", "main": "index.js", "scripts": { "test": "rm -rf scratch && tape test/* | faucet", "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/o2r-project/bagit.git" }, "keywords": [ "bagit" ], "author": "Jan Koppe", "contributors": [ "Jan Koppe (https://github.com/JanKoppe/)", "Daniel Nüst <daniel.nuest@uni-muenster.de> (https://github.com/nuest/)" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/o2r-project/bagit/issues" }, "homepage": "https://github.com/o2r-project/bagit#readme", "devDependencies": { "faucet": "0.0.1", "jsdoc": "^3.4.0", "minami": "^1.1.1", "tape": "^4.5.0" }, "dependencies": { "bluebird": "^3.3.4" } }