-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.61 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.61 KB
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
{
"name": "widget-tester",
"version": "1.16.0",
"description": "Configuration, task & mocks related to widget testing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Rise-Vision/widget-tester.git"
},
"keywords": [
"widget",
"testing"
],
"author": "Xiyang Chen <settinghead@gmail.com>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Rise-Vision/widget-tester/issues"
},
"homepage": "https://github.com/Rise-Vision/widget-tester",
"dependencies": {
"@kollavarsham/gulp-coveralls": "~0.3.4",
"async": "^0.9.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"event-stream": "^4.0.1",
"express": "^4.17.1",
"fancy-log": "1.3.3",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-html-replace": "^1.6.2",
"gulp-protractor": "^4.1.1",
"gulp-rename": "^1.4.0",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^4.0.2",
"lodash": "^4.17.21",
"mocha": "^6.2.2",
"mocha-multi-reporters": "^1.5.1",
"mocha-proshot": "1.0.1",
"properties": "^1.2.1",
"sinon": "^7.3.2",
"sinon-chai": "^3.5.0",
"spawn-cmd": "0.0.2",
"spec-xunit-file": "0.0.1-3",
"uuid": "^8.3.2",
"xml2js": "^0.4.23",
"yargs": "^1.3.1",
"yargs-parser": "^13.1.2"
}
}