Adding upstream version 0.1.10+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
157f539082
commit
4d3e0bf859
42 changed files with 10556 additions and 0 deletions
49
package.json
Normal file
49
package.json
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue