config-uncached
Version:
Purge the internal `require.cache` for all files used by [`config`](https://github.com/lorenwest/node-config).
31 lines • 649 B
JSON
{
"name": "config-uncached",
"version": "1.0.2",
"author": "Marc Binder <marcandrebinder@gmail.com>",
"main": "./index.js",
"dependencies": {
"config": "~1.14.0"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-eslint": "~0.13.2",
"gulp-mocha": "~2.1.1",
"chai": "~3.0.0"
},
"keywords": [
"config",
"node-config",
"uncached",
"require"
],
"bugs": {
"url": "https://github.com/MrBoolean/node-config-uncached/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MrBoolean/node-config-uncached.git"
},
"scripts": {
"test": "./node_modules/.bin/gulp"
}
}