{
  "name": "bt",
  "version": "0.0.1",
  "description": "Detect content-type from Buffer data.",
  "main": "index.js",
  "scripts": {
    "test": "make test-all",
    "blanket": { 
      "pattern": "buffer-type/lib",
      "data-cover-flags": {
        "debug": false
      }
    },
    "travis-cov": {
      "threshold": 100
    }
  },
  "dependencies": {

  },
  "devDependencies": {
    "should": "*",
    "blanket": "*",
    "travis-cov": "*",
    "coveralls": "*",
    "mocha-lcov-reporter": "*",
    "mime": "*",
    "mocha": "*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fengmk2/buffer-type.git",
    "web": "https://github.com/fengmk2/buffer-type"
  },
  "keywords": [
    "buffer-type", "content-type", "buffer", "type", "filetype", "file extension", "buffer type"
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "author": "fengmk2 <fengmk2@gmail.com>",
  "license": "MIT"
}
