mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-17 04:31:41 -06:00
24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"name": "@packages/socket",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test mocha",
|
|
"test-watch": "NODE_ENV=test mocha --watch",
|
|
"clean-deps": "rm -rf node_modules"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"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"
|
|
}
|
|
}
|