1
0
Fork 0
zmodemjs/package.json
Daniel Baumann 4d3e0bf859
Adding upstream version 0.1.10+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:48:36 +02:00

49 lines
1 KiB
JSON

{
"name": "zmodem.js",
"version": "0.1.10",
"description": "ZMODEM file transfers in JavaScript",
"devDependencies": {
"babel-minify-webpack-plugin": "^0.2.0",
"blue-tape": "^1.0.0",
"jsdoc-webpack-plugin": "^0.0.2",
"tape": "^5.0.1",
"text-encoding": "^0.6.4",
"tmp": "0.0.33",
"webpack": "^3.6.0",
"which": "^1.3.0"
},
"files": [
"dist/",
"index.js",
"src/"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "tape ./tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FGasper/zmodemjs.git"
},
"keywords": [
"zmodem",
"shell",
"terminal",
"file",
"transfer",
"websocket",
"xmodem",
"ymodem"
],
"author": "Gasper Software Consulting (http://gaspersoftware.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/FGasper/zmodemjs/issues"
},
"homepage": "https://github.com/FGasper/zmodemjs#readme",
"dependencies": {
"crc-32": "^1.1.1"
}
}