require-dir-watch
Version:
Reimport the files from a directory when they are being updated.
52 lines • 1.07 kB
JSON
{
"name": "require-dir-watch",
"description": "Reimport the files from a directory when they are being updated.",
"keywords": [
"require",
"dir",
"watch",
"reimport",
"the",
"files",
"from",
"a",
"directory",
"when",
"they",
"are",
"being",
"updated"
],
"license": "MIT",
"version": "1.0.0",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"homepage": "https://github.com/IonicaBizau/require-dir-watch#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/require-dir-watch.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/require-dir-watch/issues"
}
}