forked from webpack/node-libs-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "node-libs-browser",
"version": "0.5.3",
"author": "Tobias Koppers @sokra",
"description": "The node core libs for in browser usage.",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/node-libs-browser.git"
},
"dependencies": {
"assert": "^1.1.1",
"browserify-zlib": "~0.1.4",
"buffer": "^3.0.3",
"console-browserify": "^1.1.0",
"constants-browserify": "0.0.1",
"crypto-browserify": "~3.2.6",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"http-browserify": "^1.3.2",
"https-browserify": "0.0.0",
"os-browserify": "~0.1.2",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"punycode": "^1.2.4",
"querystring-es3": "~0.2.0",
"readable-stream": "^1.1.13",
"stream-browserify": "^1.0.0",
"string_decoder": "~0.10.25",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"url": "~0.10.1",
"util": "~0.10.3",
"vm-browserify": "0.0.4"
},
"homepage": "http://github.com/webpack/node-libs-browser",
"main": "index.js",
"files": [
"index.js",
"mock/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/webpack/node-libs-browser/issues"
}
}