-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
58 lines (58 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "proxyquireify",
"version": "3.2.1",
"description": "Proxies browserify's require in order to allow overriding dependencies during testing.",
"main": "index.js",
"scripts": {
"test": "test-peer-range browserify",
"test-main": "tap test/*.js && node test/clientside/run.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/proxyquireify.git"
},
"homepage": "https://github.com/thlorenz/proxyquireify",
"dependencies": {
"browser-pack": "^6.0.0",
"detective": "~4.1.0",
"fill-keys": "^1.0.0",
"has-require": "^1.1.0",
"module-not-found-error": "~1.0.1",
"require-deps": "~1.0.1",
"through": "~2.2.7",
"xtend": "^3.0.0"
},
"devDependencies": {
"browserify": "^10.0.0",
"mold-source-map": "~0.2.0",
"tap": "~0.4.8",
"tape": "~2.12.3",
"test-peer-range": "^1.0.1",
"watchify": "^3.6.1"
},
"keywords": [
"require",
"dependency",
"test",
"mock",
"stub",
"proxyquire",
"browser",
"browserify",
"browserify-tool",
"browserify-plugin",
"client"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
},
"peerDependencies": {
"browserify": ">=5.1.0"
}
}