{
  "name": "fh-wfm-sync",
  "version": "1.0.2-sync2.0",
  "description": "An sync module for WFM",
  "main": "lib/angular/sync-ng.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/feedhenry-raincatcher/raincatcher-sync.git"
  },
  "scripts": {
    "test-watch": "mochify --watch lib/**/**/*-spec.js",
    "test-debug": "mochify --debug lib/**/**/*-spec.js",
    "test-cover": "mochify --cover lib/**/**/*-spec.js",
    "test": "grunt test",
    "grunt-eslint": "grunt eslint"
  },
  "keywords": [
    "wfm",
    "sync"
  ],
  "author": "Sebastien Blanc, Brian Leathem",
  "license": "MIT",
  "dependencies": {
    "debug": "^2.6.3",
    "fh-wfm-mediator": "0.3.3",
    "lodash": "4.17.4",
    "q": "1.4.1",
    "rx": "4.1.0",
    "semver": "5.3.0",
    "shortid": "^2.2.8"
  },
  "devDependencies": {
    "angular": "1.5.3",
    "angular-mocks": "1.5.3",
    "async": "1.5.0",
    "bunyan": "1.8.0",
    "chai": "3.5.0",
    "config-chain": "1.1.10",
    "cors": "2.7.1",
    "dotenv": "2.0.0",
    "express": "4.13.4",
    "grunt": "1.0.1",
    "grunt-cli": "1.2.0",
    "grunt-eslint": "18.0.0",
    "grunt-mocha-test": "0.13.2",
    "load-grunt-tasks": "3.5.2",
    "mocha": "3.2.0",
    "nodemon": "1.9.1",
    "should": "8.3.0",
    "sinon": "1.17.6",
    "sinon-as-promised": "4.0.2"
  }
}
