-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
49 lines (49 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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"
}
}