{
  "name": "linenum",
  "version": "0.0.14",
  "description": "This tool will replace text pattern with the line number.",
  "main": "linenum.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/zswang/linenum.git"
  },
  "bin": {
    "linenum": "cli.js"
  },
  "keywords": [
    "line",
    "number",
    "linenumber"
  ],
  "author": {
    "name": "zswang",
    "url": "http://weibo.com/zswang"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zswang/linenum/issues"
  },
  "homepage": "https://github.com/zswang/linenum",
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-examplejs": "^0.0.9",
    "gulp-jdists": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.5.3",
    "istanbul": "^0.3.17",
    "jshint": "^2.5.8",
    "mocha": "^2.0.1",
    "should": "^4.1.0"
  },
  "dependencies": {
    "colors": "^1.0.3",
    "mkdirp": "^0.5.0",
    "commander": "^2.9.0"
  },
  "scripts": {
    "_update_version": "node version.js",
    "_dist": "gulp",
    "lint": "jshint src/*.js",
    "test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec",
    "example": "gulp example",
    "mocha": "mocha",
    "dist": "npm run _update_version && npm run example && npm run _dist && npm run test"
  },
  "files": [
    "linenum.js",
    "cli.js",
    "README.md"
  ]
}