{
  "name": "script-manager",
  "version": "0.10.2",
  "author": {
    "name": "Jan Blaha",
    "email": "jan.blaha@hotmail.com"
  },
  "contributors": [],
  "description": "Manager for running foreign and potentionally dangerous scripts in the cluster",
  "keywords": [
    "custom",
    "script",
    "manager"
  ],
  "homepage": "https://github.com/pofider/node-script-manager",
  "repository": {
    "type": "git",
    "url": "git@github.com:pofider/node-script-manager.git"
  },
  "standard": {
    "env": {
      "node": true,
      "mocha": true,
      "browser": true
    }
  },
  "dependencies": {
    "axios": "0.19.2",
    "serializator": "1.0.2",
    "uuid": "3.3.2"
  },
  "devDependencies": {
    "eslint": "5.9.0",
    "in-publish": "2.0.1",
    "mocha": "5.2.0",
    "should": "13.2.3",
    "standard": "12.0.1"
  },
  "scripts": {
    "test": "mocha test/test.js --timeout 20000 --exit && standard",
    "prepublish": "in-publish && standard || not-in-publish"
  },
  "main": "index.js",
  "license": "MIT"
}
