forked from webpack/node-libs-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.39 KB
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": "node-libs-browser",
"version": "0.5.2",
"author": "Tobias Koppers @sokra",
"description": "The node core libs for in browser usage.",
"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.9.14",
"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"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "http://github.com/webpack/node-libs-browser",
"main": "index.js",
"files": [
"index.js",
"mock/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/node-libs-browser.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/webpack/node-libs-browser/issues"
}
}