UNPKG

1.04 kBJSONView Raw
1{
2 "name": "proxyquireify",
3 "version": "0.3.0",
4 "description": "Proxies browserify's require in order to allow overriding dependencies during testing.",
5 "main": "proxyquireify.js",
6 "scripts": {
7 "test": "tap test/*.js && echo 'TODO: 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 "detective": "~2.1.0",
16 "tap": "^0.4.8",
17 "through": "~2.2.7"
18 },
19 "devDependencies": {
20 "tape": "~0.3.2",
21 "mold-source-map": "~0.2.0",
22 "browserify": "~3.38.0"
23 },
24 "keywords": [
25 "require",
26 "dependency",
27 "test",
28 "mock",
29 "stub",
30 "proxyquire",
31 "browser",
32 "browserify",
33 "client"
34 ],
35 "author": {
36 "name": "Thorsten Lorenz",
37 "email": "thlorenz@gmx.de",
38 "url": "http://thlorenz.com"
39 },
40 "license": "MIT",
41 "engine": {
42 "node": ">=0.6"
43 },
44 "peerDependencies": {
45 "browserify": ">= 3.0.0 < 4"
46 }
47}