dpd-load-env
Version:
Loads your .env file
33 lines (32 loc) • 696 B
JSON
{
"name": "dpd-load-env",
"version": "0.1.2",
"description": "Loads your .env file",
"main": "index.js",
"scripts": {
"test": "node test/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jonaphin/dpd-load-env.git"
},
"keywords": [
"npm",
"node",
"module",
"dotenv",
"loadenv"
],
"author": "Jonathan Lancar <jonaphin@gmail.com> (http://www.genesx.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonaphin/dpd-load-env/issues"
},
"homepage": "https://github.com/jonaphin/dpd-load-env#readme",
"dependencies": {
"dotenv": "^1.1.0"
},
"devDependencies": {
"dotenv": "^1.1.0"
}
}