forked from Pyrodash/libamf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 904 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 904 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
35
36
37
38
39
40
41
{
"name": "libamf",
"version": "1.4.2",
"description": "Action Message Format library for node.js",
"main": "src/index.js",
"scripts": {},
"author": {
"name": "Ahmed El-Marakby",
"email": "ahmedelmarakby@hotmail.com",
"url": "https://jackie.pw"
},
"license": "MIT",
"keywords": [
"amf",
"action message format",
"amf0",
"amf3",
"adobe",
"actionscript",
"action",
"message",
"format",
"binary",
"flash"
],
"homepage": "https://github.com/Pyrodash/libamf",
"bugs": "https://github.com/Pyrodash/libamf/issues",
"repository": {
"type": "git",
"url": "https://github.com/Pyrodash/libamf.git"
},
"dependencies": {
"body-parser": "^1.19.0",
"bytearray-node": "github:pyrodash/bytearray-node",
"express": "^4.17.1",
"fast-xml-parser": "^3.12.20"
},
"devDependencies": {
"tape": "^4.11.0"
}
}