require-root-symlink
Version:
Making components first-class for node.js with symlinks
31 lines (30 loc) • 775 B
JSON
{
"name": "require-root-symlink",
"version": "0.0.5",
"description": "Making components first-class for node.js with symlinks",
"keywords": [
"require-root-symlink",
"require",
"symlink",
"first-class",
"root path",
"include"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexanderMykhailenko/require-root-symlink.git"
},
"author": "Alexander Mykhailenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexanderMykhailenko/require-root-symlink/issues"
},
"homepage": "https://github.com/alexanderMykhailenko/require-root-symlink#readme",
"dependencies": {
"debug": "^2.2.0"
}
}