UNPKG

1.11 kBJSONView Raw
1{
2 "name": "m.test",
3 "version": "0.0.42",
4 "homepage": "https://github.com/ivoputzer/m.test#readme",
5 "description": "m(icro)test is a lightweight test runner for node.js written in es6+",
6 "author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com> (https://github.com/ivoputzer)",
7 "keywords": [
8 "m!cro",
9 "m.test",
10 "mtest",
11 "assert",
12 "expect",
13 "should",
14 "context",
15 "describe",
16 "it",
17 "test",
18 "sync",
19 "async",
20 "recursive",
21 "skip",
22 "beforeEach",
23 "afterEach"
24 ],
25 "main": "index.js",
26 "bin": {
27 "m.test": "bin/m.test",
28 "mtest": "bin/m.test"
29 },
30 "man": [
31 "man/m.test.1"
32 ],
33 "engineStrict": true,
34 "engines": {
35 "node": ">=6"
36 },
37 "scripts": {
38 "node": "node",
39 "test": "$npm_package_bin_m_test"
40 },
41 "repository": {
42 "type": "git",
43 "url": "git+https://github.com/ivoputzer/m.test.git"
44 },
45 "license": "MIT",
46 "bugs": {
47 "url": "https://github.com/ivoputzer/m.test/issues"
48 },
49 "standard": {
50 "globals": [
51 "test", "beforeEach", "afterEach"
52 ]
53 },
54 "directories": {
55 "man": "man"
56 }
57}