{
  "name": "opentok",
  "description": "OpenTok server-side SDK",
  "version": "2.15.0",
  "homepage": "https://github.com/opentok/opentok-node",
  "repository": {
    "type": "git",
    "url": "https://github.com/opentok/opentok-node.git"
  },
  "bugs": {
    "url": "https://github.com/opentok/opentok-node/issues",
    "email": "support@tokbox.com"
  },
  "license": "MIT",
  "contributors": [
    {
      "name": "Hashir Baqai",
      "email": "hashirbaqai@gmail.com"
    },
    {
      "name": "Brian Stoner",
      "email": "bsstoner@gmail.com",
      "url": "http://brianstoner.com"
    },
    {
      "name": "Song Zheng",
      "email": "song@tokbox.com",
      "url": "http://songz.me"
    },
    {
      "name": "Ankur Oberoi",
      "email": "aoberoi@gmail.com",
      "url": "http://aoberoi.me"
    },
    {
      "name": "Jeff Swartz",
      "email": "swartz@tokbox.com"
    },
    {
      "name": "Hamza Nasir",
      "email": "mnasir@hawk.iit.edu"
    },
    {
      "name": "Manik Sachdeva",
      "url": "http://maniksach.dev"
    },
    {
      "name": "Michael Jolley",
      "url": "https://baldbeardedbuilder.com"
    },
    {
      "name": "Alex Lakatos",
      "url": "twitter.com/lakatos88"
    },
    {
      "name": "Mofi Rahman",
      "url": "https://twitter.com/moficodes"
    }
  ],
  "main": "lib/opentok.js",
  "scripts": {
    "test": "npm run test-no-lint && npm run jasmine_node",
    "test-coverage": "cross-env NODE_ENV=test nyc mocha",
    "test-coverage-html": "cross-env NODE_ENV=test nyc --reporter html mocha",
    "test-no-lint": "mocha ./test/*-test.js",
    "lint": "./node_modules/.bin/eslint ./lib/ ./test/ ./sample/",
    "lint-fix": "eslint --fix lib test",
    "jasmine_node": "jasmine spec/opentok_spec.js",
    "report-coverage": "cross-env NODE_ENV=test nyc --reporter=text-lcov mocha > coverage.lcov"
  },
  "engines": {
    "node": ">=4"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "cross-env": "7.0.3",
    "eslint": "8.23.1",
    "eslint-config-airbnb-base": "12.1.0",
    "eslint-plugin-import": "2.9.0",
    "jasmine": "3.5.0",
    "mocha": "10.0.0",
    "nock": "9.2.3",
    "nyc": "15.1.0"
  },
  "dependencies": {
    "jsonwebtoken": "8.2.0",
    "lodash": "4.17.21",
    "opentok-token": "1.1.1",
    "request": "2.88.2"
  }
}
