fling
Version:
JSON Fling is a simple JSON-RPC framework for NodeJS with built-in permissions and support for different transports.
32 lines (31 loc) • 643 B
JSON
{
"name": "fling",
"description": "JSON Fling is a simple JSON-RPC framework for NodeJS with built-in permissions and support for different transports.",
"version": "0.6.0",
"author": "Anthony Hildoer <anthony@bluerival.com>",
"repository": {
"type": "git",
"url": "git@github.com:BlueRival/json-fling.git"
},
"dependencies": {
"async": "1.5.0",
"body-parser": "1.14.1",
"doublescore": "0.0.3",
"express": "4.13.3",
"request": "2.65.0"
},
"devDependencies": {
"mocha": "2.3.3"
},
"keywords": [
"json",
"rpc",
"transports",
"permissions",
"api"
],
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}