mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-18 22:28:38 -05:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@cypress/core-electron",
|
|
"version": "0.3.4",
|
|
"electronVersion": "1.4.6",
|
|
"description": "Cypress electron wrapper shell",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "./bin/cypress-electron",
|
|
"test": "mocha --compilers coffee:../coffee/register",
|
|
"postinstall": "./bin/cypress-electron --install",
|
|
"clean-deps": "rm -rf node_modules"
|
|
},
|
|
"bin": {
|
|
"cypress-electron": "./bin/cypress-electron"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cypress-io/cypress-core-electron.git"
|
|
},
|
|
"author": "Brian Mann",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cypress-io/cypress-core-electron/issues"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress-core-electron#readme",
|
|
"devDependencies": {
|
|
"@cypress/icons": "0.5.2",
|
|
"@cypress/releaser": "0.1.12",
|
|
"chai": "^3.5.0",
|
|
"mocha": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.4.1",
|
|
"electron-packager": "^7.2.0",
|
|
"fs-extra": "^0.30.0",
|
|
"lodash": "^4.15.0",
|
|
"minimist": "^1.2.0"
|
|
}
|
|
}
|