sympm
Version:
sympm allows you to run npm install from inside of a Vagrant virtual machine without hitting symlink issues due to shared folders.
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "sympm",
"version": "0.2.2",
"description": "sympm allows you to run npm install from inside of a Vagrant virtual machine without hitting symlink issues due to shared folders.",
"main": "index.js",
"scripts": {
"pretest": "echo '{\"dependencies\":{\"sympm\":\">=0.2.0\"}}' > specs/package.json",
"test": "mocha -t 99999 specs/sympm-spec.js",
"posttest": "rm specs/package.json"
},
"bin": {
"sympm": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezekg/sympm.git"
},
"keywords": [
"npm",
"install",
"vagrant",
"virtual",
"machine",
"vm",
"symlink",
"annoying",
"bug",
"help",
"kill",
"me",
"plz"
],
"author": "Ezekiel Gabrielse",
"license": "MIT",
"bugs": {
"url": "https://github.com/ezekg/sympm/issues"
},
"homepage": "https://github.com/ezekg/sympm#readme",
"dependencies": {
"chalk": "^1.1.3",
"meow": "^3.7.0",
"ora": "^0.2.1",
"untildify": "^2.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}