{
  "name": "bpm-engine",
  "version": "1.1.13",
  "description": "Business Process Management Engine for JavaScript",
  "main": "index.js",
  "scripts": {
    "build": "npm run clean:dist && babel src --copy-files --out-dir dist/ && npm run clean:browser && npm run browserify && npm run uglify",
    "watch": "npm run clean:dist && babel src --watch --copy-files --out-dir dist/",
    "browserify": "browserify --full-paths index.js -o browser/engine.js -s BPMEngine",
    "clean:dist": "del 'dist/**/!(.gitkeep)'",
    "clean:browser": "del 'browser/**/!(.gitkeep)'",
    "uglify": "uglifyjs --compress --mangle -o browser/engine.min.js -- browser/engine.js"
  },
  "files": [
    "dist/",
    "browser/",
    "index.js"
  ],
  "keywords": [
    "bpm",
    "workflow",
    "engine"
  ],
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "bpmn-moddle": "^4.0.0",
    "debug": "^3.1.0",
    "iso8601-repeating-interval": "^0.1.4",
    "jexl": "^1.1.4",
    "shortid": "^2.2.8",
    "source-map-support": "^0.5.0"
  }
}
