mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-27 17:39:10 -06:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@cypress/core-example",
|
|
"version": "0.8.0",
|
|
"description": "Interal Cypress repo for managing https://example.cypress.io",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean-deps": "rm -rf node_modules",
|
|
"test": "NODE_ENV=test mocha",
|
|
"test-e2e": "cypress run",
|
|
"build": "./bin/build.sh && gulp build",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gulp deploy",
|
|
"prerelease": "npm run build",
|
|
"release": "releaser"
|
|
},
|
|
"author": "Brian Mann",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cypress-example-kitchensink": "0.7.0",
|
|
"glob": "^7.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"@cypress/releaser": "0.1.12",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clean": "^0.3.1",
|
|
"gulp-gh-pages": "^0.5.4",
|
|
"gulp-rev-all": "^0.8.22",
|
|
"mocha": "^2.4.5",
|
|
"run-sequence": "^1.1.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cypress-io/cypress-core-example.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cypress-io/cypress-core-example/issues"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress-core-example#readme"
|
|
}
|