{
  "name": "annotation-parser",
  "version": "2.7.0",
  "description": "a easy to use annotation parser",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "nyc mocha",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mastilver/node-annotation-parser.git"
  },
  "author": "Thomas Sileghem",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mastilver/node-annotation-parser/issues"
  },
  "homepage": "https://github.com/mastilver/node-annotation-parser",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "mocha": "^2.1.0",
    "nyc": "^2.2.1",
    "should": "^4.6.1"
  },
  "dependencies": {
    "caller": "^1.0.0"
  }
}
