UNPKG

1.38 kBJSONView Raw
1{
2 "name": "tape",
3 "version": "4.6.2",
4 "description": "tap-producing test harness for node and browsers",
5 "main": "index.js",
6 "bin": "./bin/tape",
7 "directories": {
8 "example": "example",
9 "test": "test"
10 },
11 "dependencies": {
12 "deep-equal": "~1.0.1",
13 "defined": "~1.0.0",
14 "function-bind": "~1.1.0",
15 "glob": "~7.1.0",
16 "has": "~1.0.1",
17 "inherits": "~2.0.3",
18 "minimist": "~1.2.0",
19 "object-inspect": "~1.2.1",
20 "resolve": "~1.1.7",
21 "resumer": "~0.0.0",
22 "string.prototype.trim": "~1.1.2",
23 "through": "~2.3.8"
24 },
25 "devDependencies": {
26 "concat-stream": "~1.5.2",
27 "falafel": "~2.0.0",
28 "js-yaml": "~3.6.1",
29 "tap": "~7.1.1",
30 "tap-parser": "~3.0.3"
31 },
32 "scripts": {
33 "test": "tap test/*.js"
34 },
35 "testling": {
36 "files": "test/browser/*.js",
37 "browsers": [
38 "ie/6..latest",
39 "chrome/20..latest",
40 "firefox/10..latest",
41 "safari/latest",
42 "opera/11.0..latest",
43 "iphone/6",
44 "ipad/6"
45 ]
46 },
47 "repository": {
48 "type": "git",
49 "url": "git://github.com/substack/tape.git"
50 },
51 "homepage": "https://github.com/substack/tape",
52 "keywords": [
53 "tap",
54 "test",
55 "harness",
56 "assert",
57 "browser"
58 ],
59 "author": {
60 "name": "James Halliday",
61 "email": "mail@substack.net",
62 "url": "http://substack.net"
63 },
64 "license": "MIT"
65}