UNPKG

virtualenv

Version:

install and use Python dependencies in node with virtualenv

46 lines (34 loc) 698 B
{ "name": "virtualenv", "version": "0.3.1", "description": "install and use Python dependencies in node with virtualenv", "keywords": [ "python", "virtualenv", "rpc" ], "repository": { "type": "git", "url": "https://github.com/mjpizz/node-virtualenv.git" }, "main": "./lib/virtualenv.js", "engines": { "node": ">=0.6" }, "dependencies": { "request": "2.x", "rimraf": "2.x", "glob": "3.x", "tar": "2.x", "semver": "5.x", "xmlrpc": "0.8.x" }, "bin": { "virtualenv-postinstall": "./bin/postinstall" }, "license": "MIT", "author": { "name": "Matt Pizzimenti", "url": "http://mjpizz.com" } }