UNPKG

2.5 kBJSONView Raw
1{
2 "name": "testem",
3 "description": "Test'em 'scripts! Javascript Unit testing made easy.",
4 "keywords": [
5 "javascript",
6 "testing",
7 "unittest",
8 "browser"
9 ],
10 "version": "3.4.2",
11 "author": "Toby Ho <airportyh@gmail.com>",
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/testem/testem.git"
15 },
16 "bugs": {
17 "url": "http://github.com/testem/testem/issues"
18 },
19 "engines": {
20 "node": ">= 7.*"
21 },
22 "license": "MIT",
23 "dependencies": {
24 "backbone": "^1.1.2",
25 "bluebird": "^3.4.6",
26 "charm": "^1.0.0",
27 "commander": "^2.6.0",
28 "compression": "^1.7.4",
29 "consolidate": "^0.15.1",
30 "execa": "^1.0.0",
31 "express": "^4.10.7",
32 "fireworm": "^0.7.0",
33 "glob": "^7.0.4",
34 "http-proxy": "^1.13.1",
35 "js-yaml": "^3.2.5",
36 "lodash.assignin": "^4.1.0",
37 "lodash.castarray": "^4.4.0",
38 "lodash.clonedeep": "^4.4.1",
39 "lodash.find": "^4.5.1",
40 "lodash.uniqby": "^4.7.0",
41 "mkdirp": "^0.5.1",
42 "mustache": "^3.0.0",
43 "node-notifier": "^9.0.1",
44 "npmlog": "^4.0.0",
45 "printf": "^0.6.1",
46 "rimraf": "^2.4.4",
47 "socket.io": "^4.1.2",
48 "spawn-args": "^0.2.0",
49 "styled_string": "0.0.1",
50 "tap-parser": "^7.0.0",
51 "tmp": "0.0.33",
52 "xmldom": "^0.6.0"
53 },
54 "files": [
55 "lib",
56 "public",
57 "README.md",
58 "testem.js",
59 "assets",
60 "package.json",
61 "views"
62 ],
63 "scripts": {
64 "install:all": "npm install && npm install phantomjs-prebuilt",
65 "test": "mocha tests/*_tests.js tests/**/*_tests.js",
66 "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/**/*_tests.js; cover report html; open cover_html/index.html",
67 "integration": "node ./bin/run-integration.js",
68 "browser-tests": "cd examples/saucelabs/ && ../../testem.js ci -d",
69 "lint": "eslint ."
70 },
71 "devDependencies": {
72 "bluebird-retry": "^0.11.0",
73 "browserify": "^16.2.2",
74 "chai": "^4.0.2",
75 "chai-files": "^1.2.0",
76 "chai-shallow-deep-equal": "^1.4.4",
77 "cheerio": "^1.0.0-rc.2",
78 "dirty-chai": "^2.0.0",
79 "eslint": "^5.0.0",
80 "eslint-plugin-chai-expect": "^2.2.0",
81 "eslint-plugin-mocha": "^5.0.0",
82 "mocha": "^8.3.2",
83 "phantomjs": "^2.1.7",
84 "request": "^2.51.0",
85 "saucie": "^3.3.3",
86 "shelljs": "^0.8.2",
87 "sinon": "^10.0.0",
88 "sinon-chai": "^3.2.0",
89 "socket.io-client": "^4.1.2",
90 "tape": "^5.2.2"
91 },
92 "bin": {
93 "testem": "./testem.js"
94 },
95 "main": "./lib/api.js",
96 "optionalDependencies": {}
97}