aboutsummaryrefslogtreecommitdiff
path: root/node_modules/seek-bzip/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/seek-bzip/package.json')
-rw-r--r--node_modules/seek-bzip/package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/seek-bzip/package.json b/node_modules/seek-bzip/package.json
new file mode 100644
index 0000000..b8f8c3e
--- /dev/null
+++ b/node_modules/seek-bzip/package.json
@@ -0,0 +1,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"
+ }
+}