UNPKG

scc-integration-tests

Version:
32 lines (31 loc) 800 B
{ "name": "scc-integration-tests", "version": "1.0.0", "description": "Integration tests for SCC", "main": "index.js", "scripts": { "test": "node_modules/mocha/bin/mocha --reporter spec --timeout 120000 --slow 120000" }, "repository": { "type": "git", "url": "git+https://github.com/SocketCluster/scc-integration-tests.git" }, "keywords": [ "SocketCluster", "SCC", "test", "integration" ], "author": "Jonathan Gros-Dubois", "license": "MIT", "bugs": { "url": "https://github.com/SocketCluster/scc-integration-tests/issues" }, "homepage": "https://github.com/SocketCluster/scc-integration-tests#readme", "dependencies": { "minimist": "^1.2.0", "mocha": "^5.0.4", "socketcluster-client": "^10.1.2", "uuid": "^3.2.1" } }