env-get
Version:
simple tool to wrap fetching of env variables in node.js
46 lines (45 loc) • 1.27 kB
JSON
{
"name": "env-get",
"version": "1.0.8",
"description": "simple tool to wrap fetching of env variables in node.js",
"main": "lib/index.js",
"scripts": {
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc npm test >> /dev/null && nyc report",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepublish": "npm run lint && npm test",
"test": "babel-node tests/index.js | faucet",
"test:circle": "babel-node tests/index.js | tap-xunit > $CIRCLE_TEST_REPORTS/xunit/test-results.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billylaing/env-get.git"
},
"keywords": [
"node",
"env",
"env-var",
"12-factor",
"twelve-factor",
"config"
],
"author": "blaing@blaing.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/billylaing/env-get/issues"
},
"homepage": "https://github.com/billylaing/env-get#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"coveralls": "^2.11.14",
"eslint": "^3.7.1",
"eslint-config-blaing": "^1.0.0",
"faucet": "0.0.1",
"istanbul": "^0.4.5",
"nyc": "^8.3.0",
"tap-xunit": "^1.4.0",
"tape": "^4.6.2"
}
}