forked from workshopper/test-anything
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 856 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "test-anything",
"version": "1.1.2",
"description": "Learn to test anything with TAP",
"main": "index.js",
"bin": {
"test-anything": "./test-anything.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/finnp/test-anything.git"
},
"keywords": [
"nodeschool",
"workshopper",
"learn",
"cli",
"tap"
],
"author": "Finn Pauls",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnp/test-anything/issues"
},
"homepage": "https://github.com/finnp/test-anything",
"dependencies": {
"adventure": "^2.6.0",
"adventure-verify": "^2.1.2",
"cli-md": "^1.0.0",
"concat-stream": "^1.4.7",
"tape": "^2.13.4",
"workshopper-exercise": "^1.1.0"
},
"preferGloabal": true
}