{
  "name": "operations-orchestration-backup",
  "version": "2.0.1",
  "description": "NodeJS Backup Tool (Import/Export) for HPE's Operations Orchestration",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js",
    "coverage": "node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "bin": {
    "operations-orchestration-backup": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lirantal/operations-orchestration-backup.git"
  },
  "keywords": [
    "orchestration",
    "backup",
    "operations-orchestration",
    "operations",
    "orchestration",
    "hp",
    "hpe",
    "hewlett",
    "packard"
  ],
  "author": {
    "name": "Liran Tal",
    "email": "liran.tal@gmail.com",
    "url": "http://www.enginx.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lirantal/operations-orchestration-backup/issues"
  },
  "homepage": "https://github.com/lirantal/operations-orchestration-backup#readme",
  "dependencies": {
    "chalk": "^1.1.1",
    "command-line-args": "^4.0.7",
    "command-line-usage": "^4.1.0",
    "jsonfile": "^3.0.1",
    "operations-orchestration-api": "^2.1.3"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4",
    "mocha-lcov-reporter": "^1.0.0",
    "should": "^8.0.2",
    "concat-stream": "^1.5.1"
  }
}
