{
  "name": "node-app-settings",
  "version": "0.0.5",
  "description": "Store application settings in popular format like json, ini etc",
  "main": "index.js",
  "scripts": {
    "start": "npm run build",
    "prepublish": "npm run build",
    "dev": "gulp dev",
    "test": "mocha --opts mocha.opts",
    "test:auto": "mocha --opts mocha.opts --watch",
    "build": "gulp"
  },
  "author": "woodstage",
  "license": "Apache 2.0",
  "repository": {
    "type": "git",
    "url": "git@github.com:woodstage/node-app-settings"
  },
  "bugs": {
    "url": "https://github.com/woodstage/node-app-settings/issues"
  },
  "keywords": [
    "settings",
    "node-app"
  ],
  "dependencies": {
    "bluebird": "^3.4.7",
    "ini": "^1.3.4",
    "js-yaml": "^3.8.2"
  },
  "devDependencies": {
    "@types/chai": "^3.4.35",
    "@types/js-yaml": "^3.5.29",
    "@types/mocha": "^2.2.39",
    "@types/node": "^4.0.22-alpha",
    "chai": "^3.5.0",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-sourcemaps": "^2.4.1",
    "gulp-typescript": "^3.1.5",
    "mocha": "^3.2.0",
    "ts-node": "^2.1.0",
    "typescript": "^2.1.6"
  }
}
