libamf
Version:
Action Message Format library for node.js
42 lines (41 loc) • 904 B
JSON
{
"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"
}
}