bz2/package.json

29 lines
552 B
JSON
Raw Permalink Normal View History

2019-06-25 00:00:17 +00:00
{
"name": "bz2",
2019-06-27 19:44:42 +00:00
"version": "1.0.1",
2019-06-25 00:00:17 +00:00
"description": "bzip2 for JavaScript",
"main": "index.js",
"directories": {
"test": "tests"
},
2019-07-01 16:18:28 +00:00
"bin": {
"bz2": "./bz2.js"
},
2019-06-25 00:00:17 +00:00
"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"
},
2019-07-01 16:18:28 +00:00
"homepage": "https://github.com/sheetjs/bz2#readme",
"dependencies": {
"minimist": "^1.2.0"
}
2019-06-25 00:00:17 +00:00
}