forked from thlorenz/proxyquireify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.18 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
{
"name": "proxyquireify-es3",
"version": "1.2.3",
"description": "Proxies browserify's require in order to allow overriding dependencies during testing.",
"main": "index.js",
"scripts": {
"test": "tap test/*.js && node test/clientside/run.js"
},
"repository": {
"type": "git",
"url": "git://github.com/roberttod/proxyquireify-es3.git"
},
"homepage": "https://github.com/roberttod/proxyquireify-es3",
"dependencies": {
"amp-each": "^1.0.1",
"amp-keys": "^1.0.1",
"browser-pack": "^3.0.0",
"detective": "~3.1.0",
"has-require": "^1.1.0",
"through": "~2.2.7",
"xtend": "^3.0.0"
},
"devDependencies": {
"browserify": "~5.1.0",
"mold-source-map": "~0.2.0",
"tap": "~0.4.8",
"tape": "~2.12.3"
},
"keywords": [
"require",
"dependency",
"test",
"mock",
"stub",
"proxyquire",
"browser",
"browserify",
"browserify-tool",
"browserify-plugin",
"client"
],
"author": {
"name": "Thorsten Lorenz",
"email": "[email protected]",
"url": "http://thlorenz.com"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
},
"peerDependencies": {
"browserify": ">=5.1.0"
}
}