mountenv
Version:
mount/load .env files with support for .env.prod/.env.dev files
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "mountenv",
"version": "0.5.1",
"description": "mount/load .env files with support for .env.prod/.env.dev files",
"main": "index.js",
"scripts": {
"build": "coffee -c -o build/ lib/",
"prepublishOnly": "npm run build && npm run test -s",
"postpublish": "git push",
"test": "mocha -u tdd --compilers coffee:coffee-register --slow 1000 --timeout 8000 test/test.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielkalen/mountenv.git"
},
"keywords": [
"dotenv",
"loadenv",
"env",
"environment",
"variable",
"mount",
"node_env"
],
"author": "danielkalen",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielkalen/mountenv/issues"
},
"homepage": "https://github.com/danielkalen/mountenv#readme",
"dependencies": {
"dotenv": "^4.0.0",
"extend": "^3.0.1",
"fs-jetpack": "^1.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coffee-register": "^2.2.0",
"coffeescript": "^2.7.0",
"mocha": "^3.5.3"
}
}