mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-30 11:00:35 -06:00
this grew to a large PR fixing many cy.type issues. fix #365 fix #420 fix #586 fix #593 fix #596 fix #610 fix #651 fix #940 fix #1002 fix #1108 fix #1171 fix #1209 fix #1234 fix #1366 fix #1381 fix #1684 fix #1686 fix #1926 fix #2056 fix #2096 fix #2110 fix #2173 fix #2187
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "@packages/driver",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"browser": "src/main",
|
|
"scripts": {
|
|
"start": "../coffee/node_modules/.bin/coffee test/support/server.coffee",
|
|
"cypress:open": "node ../../cli/bin/cypress open --dev --project ./test",
|
|
"cypress:run": "node ../../scripts/run-cypress-tests.js --dir test",
|
|
"clean-deps": "rm -rf node_modules"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@cypress/bower-kendo-ui": "0.0.2",
|
|
"@cypress/sinon-chai": "1.1.0",
|
|
"@cypress/underscore.inflection": "^1.0.0",
|
|
"@cypress/unique-selector": "0.4.2",
|
|
"angular": "^1.3.1",
|
|
"backbone": "^1.3.3",
|
|
"basic-auth": "^2.0.0",
|
|
"blob-util": "^1.2.1",
|
|
"bluebird": "3.5.0",
|
|
"body-parser": "^1.12.4",
|
|
"bootstrap": "^3.3.5",
|
|
"bytes": "^3.0.0",
|
|
"card": "^1.0.2",
|
|
"chai": "3.5.0",
|
|
"chai-as-promised": "6.0.0",
|
|
"chokidar-cli": "^1.2.0",
|
|
"clone": "^2.1.1",
|
|
"compression": "^1.1.0",
|
|
"cors": "^2.7.1",
|
|
"debug": "^2.6.8",
|
|
"errorhandler": "^1.1.1",
|
|
"eventemitter2": "^4.1.2",
|
|
"express": "^4.12.3",
|
|
"jquery": "2.2.4",
|
|
"jquery.scrollto": "^2.1.2",
|
|
"js-cookie": "2.1.1",
|
|
"jsdom": "^11.0.0",
|
|
"lodash": "4.17.10",
|
|
"lolex": "^1.5.2",
|
|
"method-override": "^2.3.1",
|
|
"minimatch": "^3.0.0",
|
|
"minimist": "^1.2.0",
|
|
"mocha": "cypress-io/mocha#58f6eac05e664fc6b69aa9fba70f1f6b5531a900",
|
|
"moment": "^2.14.1",
|
|
"morgan": "^1.3.0",
|
|
"npm-install-version": "^6.0.2",
|
|
"parse-domain": "2.0.0",
|
|
"setimmediate": "^1.0.2",
|
|
"sinon": "3.2.0",
|
|
"text-mask-addons": "^3.7.2",
|
|
"underscore": "^1.8.3",
|
|
"underscore.string": "3.3.4",
|
|
"url-parse": "^1.1.7",
|
|
"vanilla-text-mask": "^5.1.1",
|
|
"wait-on": "^2.0.2",
|
|
"zone.js": "^0.8.18"
|
|
}
|
|
}
|