{
  "name": "stormpath-config",
  "version": "0.0.27",
  "description": "Stormpath configuration loader.",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks test --recursive",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stormpath/stormpath-node-config.git"
  },
  "keywords": [
    "express",
    "stormpath",
    "authentication",
    "security",
    "configuration"
  ],
  "author": "Stormpath, Inc.",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/stormpath/stormpath-node-config/issues"
  },
  "homepage": "https://github.com/stormpath/stormpath-node-config",
  "devDependencies": {
    "chai": "^3.4.0",
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.3",
    "mocha": "^3.0.2",
    "mocha-lcov-reporter": "^1.1.0",
    "sinon": "^1.17.2",
    "stormpath": "^0.18.0",
    "temp": "^0.8.3"
  },
  "dependencies": {
    "async": "^2.0.1",
    "flat": "^2.0.0",
    "js-yaml": "^3.5.4",
    "lodash": "^4.0.0",
    "properties-parser": "^0.3.0"
  }
}
