env-variable
Version:
Cross platform environment variables with process.env, window.name, location.hash and localStorage fallbacks
40 lines (39 loc) • 1.12 kB
JSON
{
"name": "env-variable",
"version": "0.0.6",
"description": "Cross platform environment variables with process.env, window.name, location.hash and localStorage fallbacks",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/env-variable"
},
"keywords": [
"browser",
"env",
"environment variable",
"environment",
"fallback",
"location.hash",
"process.env",
"variable",
"window.name"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/env-variable/issues"
},
"homepage": "https://github.com/3rd-Eden/env-variable",
"devDependencies": {
"assume": "^2.0.1",
"mocha": "^5.1.1",
"istanbul": "^0.4.5"
}
}