forked from Polymer/web-component-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "web-component-tester",
"version": "4.2.0",
"description": "web-component-tester makes testing your web components a breeze!",
"keywords": [
"browser",
"grunt",
"gruntplugin",
"gulp",
"polymer",
"test",
"testing",
"web component",
"web"
],
"homepage": "https://github.com/Polymer/web-component-tester",
"bugs": "https://github.com/Polymer/web-component-tester/issues",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/Polymer/web-component-tester.git"
},
"main": "runner.js",
"bin": {
"wct": "./bin/wct",
"wct-st": "./bin/wct-st"
},
"files": [
"bin/",
"data/",
"runner/",
"scripts/",
"tasks/",
".bowerrc",
"bower.json",
"browser.js",
"browser.js.map",
"package.json",
"LICENSE",
"README.md",
"runner.js"
],
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"dependencies": {
"accessibility-developer-tools": "^2.10.0",
"async": "^1.5.0",
"body-parser": "^1.14.2",
"chai": "^3.2.0",
"chalk": "^1.1.1",
"cleankill": "^1.0.0",
"express": "^4.8.5",
"findup-sync": "^0.2.1",
"glob": "^5.0.15",
"lodash": "^3.0.1",
"mocha": "^2.2.4",
"multer": "^1.1.0",
"nomnom": "^1.8.1",
"resolve": "^1.0.0",
"send": "^0.11.1",
"serve-waterfall": "^1.1.0",
"server-destroy": "^1.0.1",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"socket.io": "^1.3.7",
"stacky": "^1.3.1",
"test-fixture": "PolymerElements/test-fixture",
"wd": "^0.3.8"
},
"optionalDependencies": {
"update-notifier": "^0.6.0",
"wct-local": "^2.0.0",
"wct-sauce": "^1.8.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"gulp": "^3.8.8",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.0.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"lazypipe": "^1.0.1",
"rollup": "^0.24.0",
"run-sequence": "^1.0.1"
},
"engines": {
"node": ">= 0.12"
}
}