{
  "name": "linenumber",
  "version": "1.0.1",
  "description": "Get the line number of one or more matches in a file",
  "main": "lib/linenumber.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tandrewnichols/linenumber.git"
  },
  "keywords": [
    "index",
    "line",
    "number",
    "file"
  ],
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "www.tandrewnichols.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tandrewnichols/linenumber/issues"
  },
  "homepage": "https://github.com/tandrewnichols/linenumber",
  "devDependencies": {
    "chai": "^3.2.0",
    "coffee-script": "^1.9.3",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-copy": "^0.8.1",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-testem": "^0.5.16",
    "grunt-contrib-uglify": "^0.9.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-test": "^0.12.7",
    "grunt-open": "^0.2.3",
    "grunt-simple-istanbul": "0.0.1",
    "grunt-travis-matrix": "0.0.5",
    "jshint-stylish": "^2.0.1",
    "mocha": "^2.2.5",
    "mocha-given": "^0.1.3",
    "proxyquire": "^1.7.1",
    "sinon": "^1.16.1",
    "task-master": "^2.2.1"
  }
}
