{
  "name": "ssync",
  "description": "SuperSync - Reusable functions to simplify app structuring",
  "version": "0.0.7",
  "main": "index.js",
  "license": "MIT",
  "author": "Steele Parker",
  "email": "dr.parkers@gmail.com",
  "url": "https://github.com/SteeleParker/bsync",
  "directories": {
    "lib": "/src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SteeleParker/ssync.git"
  },
  "scripts": {
    "test": "mode=TEST mocha",
    "docs": "jsdoc -c ./jsdoc.json"
  },
  "devDependencies": {
    "mocha": "^3.2.0",
    "jsdoc": "^3.4.3"
  },
  "dependencies": {
    "is-plain-object": "2.0.3"
  }
}
