newsql
Version:
Get the best of both worlds
30 lines (29 loc) • 557 B
JSON
{
"name": "newsql",
"version": "0.1.2",
"description": "Get the best of both worlds",
"engines": "0.10.21",
"main": "lib/newsql.js",
"repository": {
"type": "git",
"url": "https://github.com/benlue/newsql.git"
},
"keywords": [
"node.js",
"newsql",
"nosql",
"sql",
"json-fp"
],
"author": {
"name": "Ben Lue, Gocharm Inc."
},
"license": "GPL 2.0",
"readmeFilename": "README.md",
"dependencies": {
"async": "^0.9.0",
"jsonfp": "^0.2.2",
"lodash": "^3.8.0",
"sql-soar": "^1.1.0"
}
}