forked from cypress-io/cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"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 --browser chrome --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",
"underscore": "^1.8.3",
"underscore.string": "3.3.4",
"url-parse": "^1.1.7",
"wait-on": "^2.0.2",
"zone.js": "^0.8.18"
}
}