fastagi
Version:
Write Fast AGI in node.js
29 lines (28 loc) • 574 B
JSON
{
"name": "fastagi",
"version": "1.1.0",
"description": "Write Fast AGI in node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fgascon/fastagi"
},
"keywords": [
"asterisk",
"fastagi",
"agi"
],
"author": "fgascon",
"license": "MIT",
"bugs": {
"url": "https://github.com/fgascon/fastagi/issues"
},
"homepage": "https://github.com/fgascon/fastagi",
"dependencies": {
"agi": "0.0.4",
"q": "^1.0.1"
}
}