{
  "name": "annotations",
  "description": "Docblock-embedded annotations for node.js",
  "version": "1.1.2",
  "license": "MIT",
  "author": "Frederik Hannibal <frederik@backhand.dk>",
  "keywords": [
    "annotations"
  ],
  "repository": "https://github.com/backhand/annotations.git",
  "main": "./lib/annotations",
  "devDependencies": {
    "mocha": "^2.4.5"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec test"
  },
  "engines": {
    "node": ">=7.10.1"
  }
}
