UNPKG

cypress-example-kitchensink

Version:

This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io

28 lines (27 loc) 805 B
{ "name": "cypress-example-kitchensink", "version": "0.1.1", "description": "This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io", "main": "index.js", "scripts": { "start": "http-server app", "dev": "npm start -- -o", "release": "releaser" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/cypress-io/cypress-example-kitchensink.git" }, "author": "Brian Mann", "license": "MIT", "bugs": { "url": "https://github.com/cypress-io/cypress-example-kitchensink/issues" }, "homepage": "https://github.com/cypress-io/cypress-example-kitchensink#readme", "dependencies": { "http-server": "^0.8.5" }, "devDependencies": { "cypress-core-releaser": "0.1.2" } }