rwd
Version:
Warns if the process has been started with the wrong cwd
17 lines (16 loc) • 395 B
JSON
{
"name": "rwd",
"version": "0.2.0",
"description": "Warns if the process has been started with the wrong cwd",
"keywords": ["cwd", "relative", "path"],
"author": "Gabriel Llamas <gagle@outlook.com>",
"repository": "git://github.com/gagle/node-rwd.git",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"is-global": "0.1.x"
},
"license": "MIT",
"main": "lib"
}