{
  "author": "Paweł Mendelski <pawel.mendelski@coditorium.com>",
  "name": "read-config",
  "version": "2.0.0",
  "description": "Multi format configuration loader",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/coditorium/nodejs-read-config.git"
  },
  "bugs": {
    "url": "https://github.com/coditorium/nodejs-read-config/issues"
  },
  "scripts": {
    "test": "gulp lint test",
    "ci": "gulp ci",
    "coveralls": "cat build/test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "keywords": [
    "coditorium",
    "configuration",
    "json",
    "yaml",
    "properties"
  ],
  "dependencies": {
    "lodash": "^4.2.1",
    "async": "~1.5.2",
    "json5": "~0.4.0",
    "js-yaml": "~3.5.2",
    "properties": "~1.2.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "~2.11.6",
    "del": "^2.2.0",
    "gulp": "~3.9.0",
    "gulp-eslint": "^1.1.1",
    "gulp-if": "^2.0.0",
    "gulp-istanbul": "~0.10.3",
    "gulp-mocha": "~2.2.0",
    "gulp-sync": "~0.1.4",
    "gulp-util": "~3.0.7",
    "minimist": "^1.2.0",
    "mkdirp": "~0.5.1",
    "mocha": "2.4.5",
    "mocha-jenkins-reporter": "~0.1.9"
  },
  "engines": {
    "node": ">=5"
  },
  "analyze": "true"
}
