{
  "name": "cleopatra",
  "version": "0.2.4",
  "description": "Module for creating and managing promise based pipelines",
  "main": "build/index.js",
  "keywords": [
    "promise",
    "pipeline"
  ],
  "dependencies": {
    "es6-promise": "^4.1.1",
    "object-assign": "^4.1.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.0",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4.6.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.1"
  },
  "author": "Robert Ontiu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liquidsoft/cleopatra.git"
  }
}
