{
  "name": "tag-e-geo",
  "version": "1.7.0",
  "description": "Create Tags based on Geonames hierarchy",
  "main": "lib/geonames.js",
  "scripts": {
    "start": "node index.js",
    "test": "npm run semistandard && npm run coverage",
    "deploy": "node ./node_modules/dpl/dpl.js",
    "nocov": "node ./node_modules/.bin/mocha test/",
    "semistandard": "semistandard --verbose | snazzy",
    "api": "./node_modules/.bin/mocha test/geonames.test.js",
    "main": "node_modules/.bin/mocha test/index.handler.test.js",
    "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/ --report lcov -- -R spec",
    "check-coverage": "npm run coverage && node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100"
  },
  "files_to_deploy": [
    "package.json",
    "index.js",
    "/lib",
    ".env"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/numo-labs/lambda-taggable-geonames-indexer.git"
  },
  "keywords": [
    "geonames",
    "tag",
    "taggable"
  ],
  "author": "Pascal & Pals",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/numo-labs/lambda-taggable-geonames-indexer/issues"
  },
  "homepage": "https://github.com/numo-labs/lambda-taggable-geonames-indexer#readme",
  "dependencies": {
    "aws-lambda-helper": "^2.5.0",
    "env2": "^2.0.7",
    "aws-sdk": "^2.3.8"
  },
  "devDependencies": {
    "aws-lambda-test-utils": "^1.0.2",
    "aws-sdk-mock": "^1.0.10",
    "decache": "^3.0.5",
    "dpl": "^3.0.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "pre-commit": "^1.1.2",
    "semistandard": "^7.0.5",
    "snazzy": "^4.0.0"
  },
  "semistandard": {
    "globals": [
      "describe",
      "it",
      "afterEach"
    ]
  },
  "pre-commit": [
    "semistandard",
    "check-coverage"
  ]
}
