UNPKG

3.48 kBJSONView Raw
1{
2 "name": "web-component-tester",
3 "version": "6.4.0",
4 "--private-wct--": {
5 "client-side-version-range": "4 - 6 || ^6.0.0-prerelease.1",
6 "wct-browser-legacy-version-range": "0.0.1-pre.1 || ^1.0.0"
7 },
8 "description": "web-component-tester makes testing your web components a breeze!",
9 "keywords": [
10 "browser",
11 "grunt",
12 "gruntplugin",
13 "gulp",
14 "polymer",
15 "test",
16 "testing",
17 "web component",
18 "web"
19 ],
20 "homepage": "https://github.com/Polymer/web-component-tester",
21 "bugs": "https://github.com/Polymer/web-component-tester/issues",
22 "license": "BSD-3-Clause",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/Polymer/web-component-tester.git"
26 },
27 "main": "runner.js",
28 "bin": {
29 "wct": "./bin/wct",
30 "wct-st": "./bin/wct-st"
31 },
32 "files": [
33 "bin/",
34 "data/",
35 "runner/",
36 "scripts/",
37 "tasks/",
38 ".bowerrc",
39 "bower.json",
40 "browser.js",
41 "browser.js.map",
42 "package.json",
43 "LICENSE",
44 "README.md",
45 "runner.js"
46 ],
47 "scripts": {
48 "lint": "gulp lint",
49 "build": "tsc && gulp build",
50 "test": "tsc && gulp test",
51 "prepublishOnly": "gulp prepublish",
52 "test:watch": "watch 'gulp test:unit' runner/ browser/ bin/ test/ tasks/",
53 "format": "find runner test | grep '\\.js$\\|\\.ts$' | xargs ./node_modules/.bin/clang-format --style=file -i"
54 },
55 "dependencies": {
56 "@polymer/sinonjs": "^1.14.1",
57 "@polymer/test-fixture": "^0.0.3",
58 "@webcomponents/webcomponentsjs": "^1.0.7",
59 "accessibility-developer-tools": "^2.12.0",
60 "async": "^2.4.1",
61 "body-parser": "^1.17.2",
62 "chai": "^4.0.2",
63 "chalk": "^1.1.3",
64 "cleankill": "^2.0.0",
65 "express": "^4.15.3",
66 "findup-sync": "^1.0.0",
67 "glob": "^7.1.2",
68 "lodash": "^3.10.1",
69 "mocha": "^3.4.2",
70 "multer": "^1.3.0",
71 "nomnom": "^1.8.1",
72 "polyserve": "^0.23.0",
73 "promisify-node": "^0.4.0",
74 "resolve": "^1.3.3",
75 "semver": "^5.3.0",
76 "send": "^0.11.1",
77 "server-destroy": "^1.0.1",
78 "sinon": "^2.3.5",
79 "sinon-chai": "^2.10.0",
80 "socket.io": "^2.0.3",
81 "stacky": "^1.3.1",
82 "wd": "^1.2.0"
83 },
84 "optionalDependencies": {
85 "update-notifier": "^2.2.0",
86 "wct-local": "^2.0.15",
87 "wct-sauce": "^2.0.0-pre.1"
88 },
89 "devDependencies": {
90 "@types/body-parser": "0.0.33",
91 "@types/chai": "^3.4.34",
92 "@types/chalk": "^0.4.31",
93 "@types/express": "^4.0.33",
94 "@types/express-serve-static-core": "^4.0.39",
95 "@types/glob": "^5.0.30",
96 "@types/grunt": "^0.4.20",
97 "@types/gulp": "^3.8.8",
98 "@types/lodash": "^4.14.38",
99 "@types/mime": "0.0.29",
100 "@types/minimatch": "^2.0.29",
101 "@types/mocha": "^2.2.32",
102 "@types/multer": "0.0.32",
103 "@types/node": "^8.0.0",
104 "@types/nomnom": "0.0.28",
105 "@types/rimraf": "0.0.28",
106 "@types/semver": "^5.3.30",
107 "@types/sinon": "^1.16.31",
108 "@types/sinon-chai": "^2.7.27",
109 "@types/socket.io": "^1.4.27",
110 "bower": "^1.7.9",
111 "clang-format": "^1.0.43",
112 "depcheck": "^0.6.3",
113 "grunt": "^0.4.5",
114 "gulp": "^3.8.8",
115 "gulp-bower": "0.0.13",
116 "gulp-concat": "^2.6.1",
117 "gulp-spawn-mocha": "^3.1.0",
118 "gulp-tslint": "^8.1.2",
119 "gulp-typescript": "^3.1.2",
120 "lazypipe": "^1.0.1",
121 "rimraf": "^2.5.4",
122 "rollup": "^0.25.1",
123 "run-sequence": "^1.0.1",
124 "tslint": "^5.7.0",
125 "typescript": "^2.1.4",
126 "watch": "^0.18.0"
127 },
128 "engines": {
129 "node": ">= 6.0"
130 }
131}