bz2/package.json

29 lines
552 B
JSON

{
"name": "bz2",
"version": "1.0.1",
"description": "bzip2 for JavaScript",
"main": "index.js",
"directories": {
"test": "tests"
},
"bin": {
"bz2": "./bz2.js"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sheetjs/bz2.git"
},
"author": "gus@sheetjs.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/sheetjs/bz2/issues"
},
"homepage": "https://github.com/sheetjs/bz2#readme",
"dependencies": {
"minimist": "^1.2.0"
}
}