{
  "name": "@wbg-mde/r-script",
  "version": "1.0.5",
  "description": "A simple little module for passing data from NodeJS to R (and back again). Panapps customized version of r-script package for WBG-metadata-editor.",
  "keywords": [
    "R",
    "rstats",
    "statistics"
  ],
  "homepage": "http://github.com/joshkatz/r-script",
  "bugs": "http://github.com/joshkatz/r-script/issues",
  "license": "MIT",
  "author": {
    "name": "Josh Katz"
  },
  "main": "index.js",
  "repository": "joshkatz/r-script",
  "dependencies": {
    "underscore": "1.8.3"
  },
  "devDependencies": {}
}