UNPKG

testem

Version:

Test'em 'scripts! Javascript Unit testing made easy.

92 lines (91 loc) 2.32 kB
{ "name": "testem", "description": "Test'em 'scripts! Javascript Unit testing made easy.", "keywords": [ "javascript", "testing", "unittest", "browser" ], "version": "3.17.0", "author": "Toby Ho <airportyh@gmail.com>", "repository": { "type": "git", "url": "git://github.com/testem/testem.git" }, "bugs": { "url": "http://github.com/testem/testem/issues" }, "engines": { "node": ">= 7.*" }, "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.0", "backbone": "^1.1.2", "bluebird": "^3.4.6", "charm": "^1.0.0", "commander": "^2.6.0", "compression": "^1.7.4", "consolidate": "^0.16.0", "execa": "^1.0.0", "express": "^4.10.7", "fireworm": "^0.7.2", "glob": "^7.0.4", "http-proxy": "^1.13.1", "js-yaml": "^3.2.5", "lodash": "^4.17.21", "mkdirp": "^3.0.1", "mustache": "^4.2.0", "node-notifier": "^10.0.0", "npmlog": "^6.0.0", "printf": "^0.6.1", "rimraf": "^3.0.2", "socket.io": "^4.5.4", "spawn-args": "^0.2.0", "styled_string": "0.0.1", "tap-parser": "^7.0.0", "tmp": "0.0.33" }, "files": [ "lib", "public", "README.md", "testem.js", "assets", "package.json", "views" ], "scripts": { "install:all": "npm install && npm install phantomjs-prebuilt", "test": "mocha tests/*_tests.js tests/**/*_tests.js", "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/**/*_tests.js; cover report html; open cover_html/index.html", "integration": "node ./bin/run-integration.js", "browser-tests": "cd examples/saucelabs/ && ../../testem.js ci -d", "lint": "eslint ." }, "devDependencies": { "bluebird-retry": "^0.11.0", "browserify": "^17.0.0", "chai": "^4.0.2", "chai-files": "^1.2.0", "chai-shallow-deep-equal": "^1.4.4", "cheerio": "1.0.0-rc.12", "dirty-chai": "^2.0.0", "eslint": "^8.12.0", "eslint-plugin-chai-expect": "^3.0.0", "eslint-plugin-mocha": "^10.0.3", "mocha": "^9.2.0", "request": "^2.51.0", "saucie": "^3.3.3", "shelljs": "^0.8.2", "sinon": "10.0.0", "sinon-chai": "^3.2.0", "socket.io-client": "^4.1.2", "tape": "^5.2.2" }, "bin": { "testem": "./testem.js" }, "main": "./lib/api.js" }