read-conf
Version:
reads a config file
52 lines (51 loc) • 1.15 kB
JSON
{
"name": "read-conf",
"description": "reads a config file",
"version": "0.5.2",
"homepage": "https://github.com/paulpflug/",
"author": {
"name": "Paul Pflugradt",
"email": "paul.pflugradt@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/paulpflug/read-conf"
},
"engines": {
"node": ">=8.9.0"
},
"main": "lib/main.js",
"files": [
"lib/",
"toDoc.js"
],
"bin": {
"toDoc": "toDoc.js"
},
"dependencies": {
"chokidar": "^2.1.2",
"fs-extra": "^7.0.1",
"import-cwd": "^2.1.0",
"merge-options": "^1.0.1",
"recursive-uncache": "^0.1.1",
"resolve-from": "^4.0.0",
"hook-up": "^0.2.6"
},
"devDependencies": {
"coffee-loader": "^0.9.0",
"coffeescript": "^2.3.2",
"snapy": "^0.1.6"
},
"keywords": [
"config"
],
"readmeFilename": "README.md",
"scripts": {
"build": "coffee --bare --no-header --compile --output lib/ src/*.coffee",
"test": "snapy",
"preversion": "npm run test",
"version": "npm run build && git add .",
"postversion": "git push && git push --tags && npm publish"
}
}