r-node-interface
Version:
A simple little module for passing data from NodeJS to R (and back again).
25 lines (24 loc) • 567 B
JSON
{
"name": "r-node-interface",
"version": "0.0.7",
"description": "A simple little module for passing data from NodeJS to R (and back again).",
"keywords": [
"R",
"rstats",
"statistics"
],
"homepage": "https://github.com/jafri/r-node-interface",
"bugs": "http://github.com/jafri/r-node-interface/issues",
"license": "MIT",
"author": {
"name": "Josh Katz"
},
"main": "index.js",
"repository": "jafri/r-node-interface",
"dependencies": {
"underscore": "^1.11.0"
},
"devDependencies": {
"queue-async": "^1.0.7"
}
}