{
  "name": "npmrc-local",
  "version": "0.0.3",
  "description": "create a .npmrc file in local project with default registry and disturl config item.",
  "bin": {
    "npmrc": "./bin/npmrc.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gejiawen/npmrc-local.git"
  },
  "keywords": [
    "npmrc"
  ],
  "author": "gejiawen <806717031@qq.com> (http://blog.gejiawen.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gejiawen/npmrc-local/issues"
  },
  "homepage": "https://github.com/gejiawen/npmrc-local#readme",
  "dependencies": {
    "commander": "^2.9.0"
  }
}
