aboutsummaryrefslogtreecommitdiff
path: root/node_modules/error-inject/package.json
blob: c184fcffee258ef0788277de1900f5d4949043d5 (plain)
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
{
  "name": "error-inject",
  "version": "1.0.0",
  "description": "inject an error listener into a stream",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/error-inject.git"
  },
  "keywords": [
    "stream",
    "error",
    "listener"
  ],
  "author": "dead_horse <dead_horse@qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/node-modules/error-inject/issues"
  },
  "homepage": "https://github.com/node-modules/error-inject"
}