{
  "name": "file-deps",
  "version": "0.0.11",
  "description": "parse and rewrite the dependencies of a file",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "dependencies",
    "parser",
    "rewriter"
  ],
  "author": "matthew mueller",
  "license": "MIT",
  "dependencies": {
    "detective": "^3.1.0",
    "escape-regexp": "0.0.1",
    "mini-tokenizer": "~0.1.2",
    "uniq": "^1.0.1"
  },
  "devDependencies": {
    "assert": "~1.1.1",
    "mocha": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/matthewmueller/file-deps.git"
  }
}