UNPKG

odataserver2

Version:

OData server on top of MySQL and LeveDb

36 lines (35 loc) 829 B
{ "name": "odataserver2", "version": "0.0.22", "description": "OData server on top of MySQL and LeveDb", "main": "odataserver2.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/gizur/odataserver2.git" }, "keywords": [ "Odata", "MySQL" ], "author": "Jonas Colmsjö", "license": "MIT", "bugs": { "url": "https://github.com/gizur/odataserver2/issues" }, "homepage": "https://github.com/gizur/odataserver2#readme", "dependencies": { "checkhashstream": "0.0.1", "connectbasicauth": "0.0.3", "connectlight": "*", "gzhelpers": "*", "jsonparsearray": "*", "leveldbstreams": "*", "mysqlstream": "*", "od2mysql": "*", "odacl": "*", "odparser": "*" } }