forked from mickys/bytearray-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 732 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 732 Bytes
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
{
"name": "bytearray-node",
"version": "2.3.9",
"description": "A Node.js implementation of the Actionscript 3 ByteArray supporting AMF0/AMF3.",
"main": "src/index.js",
"homepage": "https://github.com/Zaseth/bytearray-node",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/index"
},
"repository": {
"type": "git",
"url": "https://github.com/Zaseth/bytearray-node"
},
"bugs": {
"url": "https://github.com/Zaseth/bytearray-node/issues"
},
"keywords": [
"ByteArray",
"Actionscript",
"Buffer",
"Binary"
],
"dependencies": {
"iconv-lite": "^0.5.0"
},
"devDependencies": {
"tape": "^4.11.0"
},
"author": "Zaseth",
"license": "MIT"
}