biome
Version:
A simple way to manage environment variables on a per-project basis
53 lines (52 loc) • 1.15 kB
JSON
{
"name": "biome",
"version": "0.3.3",
"description": "A simple way to manage environment variables on a per-project basis",
"main": "src/index.js",
"scripts": {
"test": "mocha test/",
"coverage": "babel-node node_modules/.bin/babel-istanbul cover _mocha",
"prepublish": "babel src/ -d dist/"
},
"bin": {
"biome": "./dist/index.js"
},
"keywords": [
"env",
"NODE_ENV",
"biome",
"dotenv",
"envify",
"environment",
"variable",
"environment",
"env",
"var",
"manage",
"env",
"cli"
],
"author": "Ryan Gaus",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"editor": "^1.0.0",
"fs-promise": "^0.5.0",
"inquirer-promise": "0.0.3",
"request-promise": "^3.0.0",
"untildify": "^3.0.2",
"user-home": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-istanbul": "^0.11.0",
"babel-preset-es2017": "^1.4.0",
"babel-register": "^6.9.0",
"mocha": "^2.5.3",
"mock-fs": "^3.11.0",
"sinon": "^1.17.4",
"sinon-as-promised": "^3.0.1"
}
}