{
  "name": "loopback-fixtures",
  "description": "Expressive fixtures generator for Loopback",
  "version": "0.0.14",
  "dependencies": {
    "async": "^2.0.0-rc.6",
    "bluebird": "^3.4.1",
    "coffee-script": "^1.10.0",
    "faker": "^4.1.0",
    "lodash": "^4.17.10",
    "merge": "^1.2.0",
    "optimist": "^0.6.1",
    "path": "^0.12.7",
    "run-sequence": "^2.2.1",
    "yamljs": "^0.2.7"
  },
  "scripts": {
    "pretest": "gulp build",
    "test": "COFFEECOV_INIT_ALL=false NODE_ENV=test gulp test",
    "prepublish": "gulp build",
    "watch": "gulp watch"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "main": "lib/index.js",
  "author": "Samy Ghribi <ghribi.samy@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.1.2",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-coffee": "^2.3.2",
    "gulp-coffeelint": "^0.6.0",
    "gulp-concat": "^2.6.0",
    "gulp-mocha": "^5.0.0",
    "gulp-plug": "^0.2.4",
    "gulp-plumber": "^1.1.0",
    "mocha": "^5.1.1",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:sghribi/loopback-fixtures.git"
  }
}
