Projekt

Obecné

Profil

Stáhnout (1.27 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "node-libs-browser",
3
  "version": "2.2.1",
4
  "author": "Tobias Koppers @sokra",
5
  "description": "The node core libs for in browser usage.",
6
  "repository": {
7
    "type": "git",
8
    "url": "git+https://github.com/webpack/node-libs-browser.git"
9
  },
10
  "dependencies": {
11
    "assert": "^1.1.1",
12
    "browserify-zlib": "^0.2.0",
13
    "buffer": "^4.3.0",
14
    "console-browserify": "^1.1.0",
15
    "constants-browserify": "^1.0.0",
16
    "crypto-browserify": "^3.11.0",
17
    "domain-browser": "^1.1.1",
18
    "events": "^3.0.0",
19
    "https-browserify": "^1.0.0",
20
    "os-browserify": "^0.3.0",
21
    "path-browserify": "0.0.1",
22
    "process": "^0.11.10",
23
    "punycode": "^1.2.4",
24
    "querystring-es3": "^0.2.0",
25
    "readable-stream": "^2.3.3",
26
    "stream-browserify": "^2.0.1",
27
    "stream-http": "^2.7.2",
28
    "string_decoder": "^1.0.0",
29
    "timers-browserify": "^2.0.4",
30
    "tty-browserify": "0.0.0",
31
    "url": "^0.11.0",
32
    "util": "^0.11.0",
33
    "vm-browserify": "^1.0.1"
34
  },
35
  "homepage": "http://github.com/webpack/node-libs-browser",
36
  "main": "index.js",
37
  "files": [
38
    "index.js",
39
    "mock/"
40
  ],
41
  "scripts": {
42
    "test": "echo \"Error: no test specified\" && exit 1"
43
  },
44
  "license": "MIT",
45
  "bugs": {
46
    "url": "https://github.com/webpack/node-libs-browser/issues"
47
  }
48
}
(4-4/4)