datax
Version:
Wrapper fo Buffer for nodejs.
39 lines (38 loc) • 736 B
JSON
{
"name": "datax",
"version": "0.0.7",
"description": "Wrapper fo Buffer for nodejs.",
"main": "data.js",
"keywords": [
"data",
"unrar",
"unzip",
"unarchived",
"archive",
"Buffer",
"crc",
"crc32"
],
"repository": {
"type": "git",
"url": "https://bitbucket.org/ninhpham/node-data.git"
},
"scripts": {
"test": "mocha test",
"coverage": "istanbul cover --report html -- _mocha test"
},
"author": "Ninh Pham",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.7",
"bluebird": "^3.4.3",
"crc": "^3.4.0",
"mkdirp": "^0.5.1",
"tmp": "0.0.28",
"unrar-js": "^0.2.3"
},
"devDependencies": {
"chai": "^3.5.0",
"rmdir": "^1.2.0"
}
}