{
  "name": "yaktor",
  "description": "Event-driven, asynchronous, distributed, multi-party state-machine",
  "version": "0.62.0",
  "license": "Apache-2.0",
  "main": "index.js",
  "dependencies": {
    "async": "1.5.2",
    "commander": "2.0.0",
    "config-cev-generator": "0.1.6",
    "debug": "2.2.0",
    "fs-extra": "0.30.0",
    "lodash": "4.13.1",
    "which": "1.0.5",
    "semver": "5.2.0"
  },
  "devDependencies": {
    "backo": "1.0.1",
    "bluebird": "3.3.4",
    "grunt": "1.0.1",
    "grunt-bump": "0.8.0",
    "grunt-git": "1.0.0",
    "grunt-coveralls": "1.0.1",
    "grunt-shell": "1.3.0",
    "istanbul": "0.4.4",
    "js-yaml": "3.6.1",
    "jxon": "1.6.1",
    "load-grunt-tasks": "3.5.0",
    "mocha": "2.3.4",
    "mockgoose": "4.0.1",
    "mongoose": "4.4.14",
    "mongoose-pagination": "1.0.0",
    "mongoose-shortid-nodeps": "0.6.5",
    "mqtt": "1.7.4",
    "nice-xml": "0.1.1",
    "node-uuid": "1.4.2",
    "proxyquire": "1.0.1",
    "standard": "8.0.0",
    "shared-git-hooks": "1.2.1",
    "underscore": "1.7.0",
    "winston": "0.7.1",
    "yaktor-lang": "0.54.1"
  },
  "engines": {
    "node": ">=4.4.4"
  },
  "scripts": {
    "patch": "grunt release-patch",
    "minor": "grunt release-minor",
    "gen-src": "find . test/dsls  -maxdepth 1 -name '*.yc' -o -name '*.ydm' | xargs yaktor-lang",
    "test-only": "mocha --color=true --timeout 10000 -R spec test/*.test.js",
    "test": "npm run test-only && npm run lint-staged",
    "test-cover": "istanbul cover _mocha -- --colors --timeout 10000 -R spec test/*.test.js && npm run lint",
    "pre-commit": "npm run clean && npm run gen-src && npm run test-cover",
    "ci": "npm run test-cover",
    "format": "standard --fix $(git diff --name-only HEAD | grep -e '\\.js$')",
    "format-all": "standard --fix",
    "lint": "export JS_FILES=\"$(git diff --name-only HEAD | grep -e '\\.js$' | tr \"\n\" ' ')\" && if [ -n \"$JS_FILES\" ]; then standard -v $JS_FILES; fi",
    "lint-staged": "export JS_FILES=\"$(git diff --name-only --cached | grep -e '\\.js$' | tr \"\n\" ' ')\" && if [ -n \"$JS_FILES\" ]; then standard -v $JS_FILES; fi",
    "lint-all": "standard -v",
    "clean": "rm -rf actions config/initializers/10_routes.js conversations doc public routes servers simulator src-gen",
    "nuke": "npm run clean && rm -rf node_modules",
    "env": "cev --prefix YAKTOR_APP > config/custom-environment-variables.json"
  },
  "bin": {
    "yaktor": "./bin/yaktor.js",
    "yaktor-repl": "./bin/repl.js",
    "yak": "./bin/yak",
    "yak-up": "./bin/yak-up",
    "yak-down": "./bin/yak-down"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SciSpike/yaktor.git"
  }
}
