{
  "name": "limacharlie",
  "version": "1.20.20",
  "description": "An API for limacharlie.io, a cloud hosted endpoint detection and response platform.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha",
    "lint": "npx eslint ./src",
    "build": "babel --plugins transform-async-to-generator ./src -d ./lib/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/refractionPOINT/limacharlie-js.git"
  },
  "keywords": [
    "limacharlie",
    "edr",
    "endpoint",
    "security"
  ],
  "author": "Refraction Point, Inc",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/refractionPOINT/limacharlie-js/issues"
  },
  "homepage": "https://github.com/refractionPOINT/limacharlie-js#readme",
  "dependencies": {
    "JSONStream": "^1.3.3",
    "babel-polyfill": "^6.26.0",
    "crypto-js": "^3.1.9-1",
    "request": "^2.87.0",
    "request-promise": "^4.2.2",
    "uuid4": "^1.1.4",
    "zlib": "^1.0.5"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "chai": "^4.1.2",
    "eslint": "^5.16.0",
    "mocha": "^5.2.0"
  }
}
