node-qunit-phantomjs
Advanced tools
+8
-8
| { | ||
| "name": "node-qunit-phantomjs", | ||
| "version": "2.0.1", | ||
| "version": "2.1.0", | ||
| "description": "Run QUnit unit tests in a headless PhantomJS instance without using Grunt.", | ||
@@ -26,14 +26,14 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "chalk": "^2.4.1", | ||
| "chalk": "^2.4.2", | ||
| "minimist": "^1.2.0", | ||
| "phantomjs-prebuilt": "^2.1.16", | ||
| "qunit-phantomjs-runner": "^2.3.1" | ||
| "qunit-phantomjs-runner": "^2.4.0" | ||
| }, | ||
| "devDependencies": { | ||
| "gulp": "^3.9.1", | ||
| "gulp-eslint": "^5.0.0", | ||
| "gulp-mocha": "^6.0.0", | ||
| "gulp": "^4.0.2", | ||
| "gulp-eslint": "^6.0.0", | ||
| "gulp-mocha": "^7.0.2", | ||
| "mocha": "*", | ||
| "qunitjs": "^2.4.1", | ||
| "strip-ansi": "^5.0.0" | ||
| "qunit": "^2.9.3", | ||
| "strip-ansi": "^5.2.0" | ||
| }, | ||
@@ -40,0 +40,0 @@ "bin": { |
12233
-0.02%Updated