aboutsummaryrefslogtreecommitdiff
path: root/node_modules/seek-bzip/package.json
blob: b8f8c3ecd6d92c1ae730af0d013dd2ebefcd4802 (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
28
29
30
31
32
33
34
{
  "name": "seek-bzip",
  "version": "1.0.6",
  "contributors": [
    "C. Scott Ananian (http://cscott.net)",
    "Eli Skeggs",
    "Kevin Kwok",
    "Rob Landley (http://landley.net)"
  ],
  "description": "a pure-JavaScript Node.JS module for random-access decoding bzip2 data",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cscott/seek-bzip.git"
  },
  "license": "MIT",
  "bin": {
    "seek-bunzip": "./bin/seek-bunzip",
    "seek-table": "./bin/seek-bzip-table"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "commander": "^2.8.1"
  },
  "devDependencies": {
    "fibers": "~1.0.6",
    "mocha": "~2.2.5"
  },
  "scripts": {
    "test": "mocha"
  }
}