dot-env
Version:
An environment variable loader
26 lines (25 loc) • 484 B
JSON
{
"name": "dot-env",
"version": "0.0.1",
"description": "An environment variable loader",
"main": "index.js",
"scripts": {
"test": "tape test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/supershabam/dot-env"
},
"keywords": [
"env",
"environment"
],
"author": "Ian Hansen",
"license": "MIT",
"bugs": {
"url": "https://github.com/supershabam/dot-env/issues"
},
"devDependencies": {
"tape": "~2.3.0"
}
}