{
  "name": "sb-config-file",
  "version": "4.0.0",
  "description": "Manage JSON configuration files without race conditions",
  "main": "lib/index.js",
  "scripts": {
    "test": "(apm test) && (flow check) && (eslint . )",
    "clean": "rm -rf lib",
    "compile": "npm run clean; babel src --out-dir lib",
    "watch": "npm run compile -- -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/steelbrain/config-file"
  },
  "keywords": [
    "cli",
    "app",
    "config"
  ],
  "author": "steelbrain <i@steelbrain.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/steelbrain/config-file/issues"
  },
  "dependencies": {
    "chokidar": "^2.0.0",
    "lodash": "^4.17.4",
    "sb-fs": "^3.0.0",
    "strip-bom": "^3.0.0",
    "write-file-atomic": "^2.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-steelbrain": "^5.0.3",
    "eslint-config-steelbrain": "^4.0.1",
    "flow-bin": "^0.63.1",
    "jasmine-fix": "^1.3.1",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.6.2",
    "sb-copy": "^1.0.1",
    "sb-fs": "^3.0.0",
    "sb-promisify": "^2.0.1"
  }
}
