Edit File: package.json
{ "name": "opentok-token", "version": "1.1.1", "description": "Generates tokens for `X-TB-TOKEN-AUTH` header when using OpenTok REST API.", "repository": { "type": "git", "url": "https://github.com/opentok/token-encoder.git" }, "bugs": { "url": "https://github.com/opentok/token-encoder/issues", "email": "support@tokbox.com" }, "main": "index.js", "scripts": { "test": "tap ./test" }, "keywords": [ "opentok", "testing", "tools", "sign", "hmac" ], "author": "Ankur Oberoi <aoberoi@gmail.com>", "license": "MIT", "devDependencies": { "tap": "^0.6.0" }, "dependencies": { "lodash": "^4.17.11", "nonce": "^1.0.3", "unix-timestamp": "^0.1.2" } }
Back to File Manager