UNPKG

1.46 kBJSONView Raw
1{
2 "name": "@cypress/xvfb",
3 "version": "1.2.2",
4 "private": false,
5 "author": "Rob Wu <rob@robwu.nl> (https://robwu.nl)",
6 "contributors": [
7 "ProxV, Inc. <support@proxv.com> (http://proxv.com)"
8 ],
9 "description": "Easily start and stop an X Virtual Frame Buffer from your node apps.",
10 "publishConfig": {
11 "registry": "http://registry.npmjs.org/"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/cypress-io/xvfb.git"
16 },
17 "dependencies": {
18 "debug": "^3.1.0",
19 "lodash.once": "^4.1.1"
20 },
21 "license": "MIT",
22 "scripts": {
23 "test": "eslint **/*.js && mocha",
24 "test-watch": "mocha watch",
25 "semantic-release": "semantic-action pre && npm publish --access public && semantic-action post",
26 "commit": "commit-wizard",
27 "demo": "node ./demo"
28 },
29 "devDependencies": {
30 "bluebird": "^3.5.1",
31 "chai": "^4.1.2",
32 "condition-circle": "1.5.0",
33 "eslint": "^4.13.1",
34 "eslint-plugin-cypress-dev": "^1.1.2",
35 "eslint-plugin-mocha": "^4.11.0",
36 "mocha": "^3.5.0",
37 "npm-utils": "^2.0.0",
38 "pre-git": "^3.15.0",
39 "semantic-action": "^1.1.0",
40 "simple-commit-message": "^3.0.2"
41 },
42 "release": {
43 "verifyConditions": "condition-circle"
44 },
45 "config": {
46 "pre-git": {
47 "commit-msg": "simple",
48 "pre-commit": [
49 "npm test"
50 ],
51 "pre-push": [],
52 "post-commit": [],
53 "post-checkout": [],
54 "post-merge": []
55 }
56 }
57}