envlocalify
Version:
envify and localenv combined as a browserify transform # envlocalify
33 lines (32 loc) • 806 B
JSON
{
"name": "envlocalify",
"version": "1.1.1",
"description": "envify and localenv combined as a browserify transform # envlocalify",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"browserify-transform",
"dotenv",
"envify",
"localenv",
"env"
],
"repository": {
"type": "git",
"url": "git+https://github.com/serapath/envlocalify.git"
},
"author": "serapath <dev@serapath.de> (http://www.github.com/serapath)",
"license": "MIT",
"bugs": {
"url": "https://github.com/serapath/envlocalify/issues"
},
"homepage": "https://github.com/serapath/envlocalify#readme",
"dependencies": {
"envify": "^3.4.0",
"exemethod": "^1.2.4",
"localenv": "^0.2.2",
"subarg": "^1.0.0"
}
}