wallet-core/node_modules/zip-stream/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-03 01:33:53 +01:00
{
"name": "zip-stream",
"version": "1.1.0",
"description": "a streaming zip archive generator.",
"homepage": "https://github.com/archiverjs/node-zip-stream",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/archiverjs/node-zip-stream.git"
},
"bugs": {
"url": "https://github.com/archiverjs/node-zip-stream/issues"
},
"license": "MIT",
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "mocha --reporter dot",
"gendocs": "jsdoc -c jsdoc.json readme.md"
},
"dependencies": {
"archiver-utils": "^1.3.0",
"compress-commons": "^1.1.0",
"lodash": "^4.8.0",
"readable-stream": "^2.0.0"
},
"devDependencies": {
"chai": "^3.4.0",
"jsdoc": "^3.4.0",
"minami": "^1.1.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.3",
"mkdirp": "^0.5.0"
},
"keywords": [
"archive",
"stream",
"zip-stream",
"zip"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}