{
  "name": "@quarks/camunda-bpmn-moddle-es6",
  "version": "1.0.0",
  "description": "Camunda moddle extensions for BPMN 2.0 with ES6 import",
  "scripts": {
    "all": "grunt",
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/laserman83/camunda-bpmn-moddle-es6"
  },
  "keywords": [
    "bpmn",
    "moddle",
    "bpmn20",
    "camunda",
    "meta-model",
    "es6"
  ],
  "author": {
    "name": "David Carvalho",
    "url": "https://github.com/laserman83"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "async": "^1.5.0",
    "bpmn-moddle": "^0.14.0",
    "chai": "^1.9.1",
    "eslint": "^2.11.1",
    "eslint-plugin-mocha": "^2.2.0",
    "glob": "^6.0.1",
    "grunt": "^0.4.2",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-watch": "^0.5.0",
    "grunt-eslint": "^18.1.0",
    "grunt-mocha-test": "^0.11.0",
    "grunt-release": "^0.13.0",
    "jsondiffpatch": "^0.1.4",
    "lodash": "^3.0.0",
    "load-grunt-tasks": "^0.3.0",
    "xsd-schema-validator": "^0.3.0"
  },
   "dependencies": {
   		"lodash": "^3.0.0"
   }
}
