UNPKG

942 BJSONView Raw
1{
2 "name": "proxyquireify",
3 "version": "0.2.2",
4 "description": "Proxies browserify's require in order to allow overriding dependencies during testing.",
5 "main": "proxyquireify.js",
6 "scripts": {
7 "test": "tape test/*.js && node test/clientside/run.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/thlorenz/proxyquireify.git"
12 },
13 "homepage": "https://github.com/thlorenz/proxyquireify",
14 "dependencies": {
15 "through": "~2.2.7",
16 "detective": "~2.1.0"
17 },
18 "devDependencies": {
19 "tape": "~0.3.2",
20 "mold-source-map": "~0.2.0",
21 "browserify": "~2.10.2"
22 },
23 "keywords": [
24 "require",
25 "dependency",
26 "test",
27 "mock",
28 "stub",
29 "proxyquire",
30 "browser",
31 "browserify",
32 "client"
33 ],
34 "author": {
35 "name": "Thorsten Lorenz",
36 "email": "thlorenz@gmx.de",
37 "url": "http://thlorenz.com"
38 },
39 "license": "MIT",
40 "engine": {
41 "node": ">=0.6"
42 }
43}