{
  "name": "@cardash/config",
  "version": "1.1.0",
  "description": "Configuration management library, standardizes application storage and access",
  "main": "index.js",
  "browser": {
    "./index.js": "./browser.js"
  },
  "scripts": {
    "test": "npm run testEverything && npm run testWithoutSecrets && npm run testWithoutEnv",
    "testEverything": "cd test/witheverything && NODE_ENV=test nyc node test.js",
    "testWithoutSecrets": "cd test/withoutsecrets && NODE_ENV=test nyc --clean false node test.js",
    "testWithoutEnv": "cd test/withoutenv && NODE_ENV=test nyc --clean false node test.js",
    "coverage": "COVERALLS_SERVICE_NAME=circleci nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cardash/config.git"
  },
  "keywords": [
    "config",
    "configuration"
  ],
  "author": "David Ellis <david@cardash.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cardash/config/issues"
  },
  "homepage": "https://github.com/cardash/config#readme",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "nyc": "^12.0.2"
  }
}
