{
  "name": "giturl",
  "version": "1.0.3",
  "description": "Transfer git url to web url",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/*.test.js"
  },
  "config": {
    "blanket": {
      "pattern": "giturl/lib"
    },
    "travis-cov": {
      "threshold": 100
    }
  },
  "dependencies": {},
  "devDependencies": {
    "autod": "*",
    "blanket": "*",
    "contributors": "*",
    "cov": "*",
    "coveralls": "*",
    "jshint": "*",
    "mocha": "2",
    "mocha-lcov-reporter": "*",
    "should": "3.3.1",
    "travis-cov": "*"
  },
  "homepage": "https://github.com/repo-utils/giturl",
  "repository": {
    "type": "git",
    "url": "git://github.com/repo-utils/giturl.git",
    "web": "https://github.com/repo-utils/giturl"
  },
  "bugs": {
    "url": "https://github.com/repo-utils/giturl/issues",
    "email": "fengmk2@gmail.com"
  },
  "keywords": [
    "giturl",
    "git",
    "github",
    "gitlab",
    "url"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
  "license": "MIT"
}
