mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 22:21:23 -06:00
31 lines
778 B
JSON
31 lines
778 B
JSON
{
|
|
"name": "@packages/socket",
|
|
"version": "0.2.1",
|
|
"description": "Cypress Shared Socket Libs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test mocha",
|
|
"test-watch": "NODE_ENV=test mocha --watch",
|
|
"clean-deps": "rm -rf node_modules"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cypress-io/cypress-core-socket.git"
|
|
},
|
|
"author": "Brian Mann",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cypress-io/cypress-core-socket/issues"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress-core-socket#readme",
|
|
"dependencies": {
|
|
"socket.io": "1.4.5",
|
|
"socket.io-client": "1.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/releaser": "0.1.12",
|
|
"chai": "^3.5.0",
|
|
"mocha": "^2.4.5"
|
|
}
|
|
}
|