{
  "name": "jsmv",
  "version": "2.1.1",
  "preferGlobal": true,
  "bin": {
    "jsmv": "./bin/jsmv.js"
  },
  "description": "rename modules in js files",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/jarofghosts/jsmv.git"
  },
  "bugs": {
    "url": "https://github.com/jarofghosts/jsmv/issues"
  },
  "homepage": "https://github.com/jarofghosts/jsmv",
  "scripts": {
    "test": "tape test/index.js"
  },
  "keywords": [
    "rename",
    "modules",
    "codebase"
  ],
  "author": "jesse keane",
  "license": "MIT",
  "dependencies": {
    "cssauron-falafel": "^1.2.1",
    "dotpath-stream": "0.0.0",
    "falafel": "0.3.1",
    "ls-stream": "^1.0.0",
    "nopt": "2.1.2",
    "quotemeta": "0.0.0",
    "single-line-log": "^0.4.1",
    "stream-police": "^1.0.0",
    "through": "2.3.4"
  },
  "devDependencies": {
    "tape": "^2.10.2"
  }
}
