UNPKG

934 BJSONView Raw
1{
2 "name": "rewire",
3 "version": "4.0.1",
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.2.4",
34 "expect.js": "^0.3.1",
35 "mocha": "^4.0.1"
36 },
37 "license": "MIT",
38 "scripts": {
39 "test": "mocha -R spec",
40 "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
41 },
42 "dependencies": {
43 "eslint": "^4.19.1"
44 }
45}