meshblu-config
Version:
Meshblu Config from environment or JSON file
36 lines (35 loc) • 798 B
JSON
{
"name": "meshblu-config",
"version": "9.0.2",
"description": "Meshblu Config from environment or JSON file",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/octoblu/meshblu-config.git"
},
"keywords": [
"Meshblu"
],
"author": "Octoblu Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/meshblu-config/issues"
},
"homepage": "https://github.com/octoblu/meshblu-config",
"dependencies": {
"fs-extra": "^4.0.1",
"lodash": "^4.17.4",
"meshblu-encryption": "^3.0.1"
},
"devDependencies": {
"chai": "^4.1.1",
"chai-subset": "^1.5.0",
"coffee-script": "^1.12.7",
"mocha": "^3.5.0",
"sinon": "^3.2.0",
"sinon-chai": "^2.12.0"
}
}