{
  "name": "camunda-resource-deployer-js",
  "version": "0.1.0",
  "description": "A simple UI component allowing to deploy BPMN, DMN or CMMN resources to Camunda Process Engine.",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/polenz/camunda-resource-deployer-js"
  },
  "keywords": [
  ],
  "license": "MIT",
  "devDependencies": {
    "brfs": "^1.2.0",
    "chai": "~2.2.0",
    "grunt": "^0.4.4",
    "grunt-contrib-jshint": "^0.7.2",
    "grunt-karma": "^0.12.0",
    "grunt-release": "^0.13.0",
    "karma": "^0.13.0",
    "karma-browserify": "^4.2.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.0",
    "karma-firefox-launcher": "^0.1.3",
    "karma-ie-launcher": "^0.2.0",
    "karma-mocha": "~0.1.0",
    "karma-phantomjs-launcher": "^0.2.0",
    "karma-safari-launcher": "^0.1.1",
    "karma-sinon-chai": "~0.3.0",
    "load-grunt-tasks": "^0.3.0",
    "mocha": "^2.2.5",
    "mocha-test-container-support": "0.2.0",
    "sinon": "~1.14.1",
    "sinon-chai": "~2.7.0",
    "stringify": "^3.1.0",
    "time-grunt": "^0.3.2",
    "bpmn-js": "^0.12.1",
    "diagram-js": "^0.12.1"
  },
  "dependencies": {
    "lodash": "^3.0.1",
    "min-dom": "^0.2.0"
  }
}
