-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 929 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 929 Bytes
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
{
"name": "qunit-phantomjs-runner",
"version": "2.4.2",
"description": "A PhantomJS-powered headless test runner for QUnit",
"main": "runner.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jonkemp/qunit-phantomjs-runner.git"
},
"keywords": [
"qunit",
"phantomjs",
"test",
"testing"
],
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonkemp/qunit-phantomjs-runner/issues"
},
"homepage": "https://github.com/jonkemp/qunit-phantomjs-runner",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.2",
"mocha": "^8.1.3",
"phantomjs-prebuilt": "^2.1.16",
"qunit": "^2.11.3",
"qunitjs": "^2.4.1",
"xml2js": "^0.4.23"
},
"dependencies": {
"qunit-reporter-junit": "^1.1.1"
}
}