UNPKG

2.54 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.0.0",
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": "^5.0.1",
44 "npmlog": "^4.0.0",
45 "printf": "^0.5.1",
46 "rimraf": "^2.4.4",
47 "socket.io": "^2.1.0",
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.1.19"
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": "./bin/run-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 "testem-tests": "mocha --opts tests/mocha.opts tests/*_tests.js tests/**/*_tests.js",
69 "browser-tests": "cd examples/saucelabs/ && ../../testem.js ci -d",
70 "lint": "eslint ."
71 },
72 "devDependencies": {
73 "bluebird-retry": "^0.11.0",
74 "browserify": "^16.2.2",
75 "chai": "^4.0.2",
76 "chai-files": "^1.2.0",
77 "chai-shallow-deep-equal": "^1.4.4",
78 "cheerio": "^1.0.0-rc.2",
79 "dirty-chai": "^2.0.0",
80 "eslint": "^5.0.0",
81 "eslint-plugin-chai-expect": "^1.1.1",
82 "eslint-plugin-mocha": "^5.0.0",
83 "mocha": "^3.0.0",
84 "phantomjs": "^2.1.7",
85 "request": "^2.51.0",
86 "saucie": "^3.3.2",
87 "shelljs": "^0.8.2",
88 "sinon": "^7.2.3",
89 "sinon-chai": "^3.2.0",
90 "tape": "^4.9.1"
91 },
92 "bin": {
93 "testem": "./testem.js"
94 },
95 "main": "./lib/api.js",
96 "optionalDependencies": {}
97}