UNPKG

959 BJSONView Raw
1{
2 "name": "rewire",
3 "version": "5.0.0",
4 "description": "Easy dependency injection for node.js unit testing",
5 "keywords": [
6 "dependency",
7 "injection",
8 "mock",
9 "shim",
10 "module",
11 "unit",
12 "test",
13 "leak",
14 "inspect",
15 "fake",
16 "require"
17 ],
18 "author": {
19 "name": "Johannes Ewald",
20 "email": "mail@johannesewald.de"
21 },
22 "main": "lib/index.js",
23 "homepage": "https://github.com/jhnns/rewire",
24 "bugs": {
25 "url": "https://github.com/jhnns/rewire/issues",
26 "email": "mail@johannesewald.de"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git://github.com/jhnns/rewire.git"
31 },
32 "devDependencies": {
33 "coffeescript": "^2.1.1",
34 "expect.js": "^0.3.1",
35 "mocha": "^7.1.0",
36 "rewire": "file://."
37 },
38 "license": "MIT",
39 "scripts": {
40 "test": "mocha -R spec",
41 "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
42 },
43 "dependencies": {
44 "eslint": "^6.8.0"
45 }
46}