UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@cypress/core-electron",
3 "version": "0.3.1",
4 "electronVersion": "1.4.6",
5 "description": "Cypress electron wrapper shell",
6 "main": "index.js",
7 "scripts": {
8 "start": "./bin/cypress-electron",
9 "test": "mocha --compilers coffee:coffee-script/register",
10 "postinstall": "./bin/cypress-electron --install",
11 "release": "releaser"
12 },
13 "bin": {
14 "cypress-electron": "./bin/cypress-electron"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/cypress-io/cypress-core-electron.git"
19 },
20 "author": "Brian Mann",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/cypress-io/cypress-core-electron/issues"
24 },
25 "homepage": "https://github.com/cypress-io/cypress-core-electron#readme",
26 "devDependencies": {
27 "@cypress/core-icons": "^0.4.1",
28 "@cypress/core-releaser": "^0.1.8",
29 "chai": "^3.5.0",
30 "mocha": "^3.0.2"
31 },
32 "dependencies": {
33 "bluebird": "^3.4.1",
34 "coffee-script": "^1.10.0",
35 "electron-packager": "^7.2.0",
36 "fs-extra": "^0.30.0",
37 "lodash": "^4.15.0",
38 "minimist": "^1.2.0"
39 }
40}