UNPKG

lambda-taggable-geonames-indexer

Version:
64 lines (63 loc) 1.83 kB
{ "name": "lambda-taggable-geonames-indexer", "version": "1.0.5", "description": "Create Tags based on Geonames hierarchy", "main": "lib/geonames.js", "scripts": { "start": "node index.js", "test": "semistandard && npm run coverage", "deploy": "node ./node_modules/dpl/dpl.js", "nocov": "node ./node_modules/.bin/mocha test/api_request.test.js", "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" ], "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", "aws-sdk": "^2.2.41" }, "devDependencies": { "aws-lambda-test-utils": "^1.0.2", "aws-sdk-mock": "^1.0.9", "decache": "^3.0.5", "dpl": "^2.1.0", "istanbul": "^0.4.2", "mocha": "^2.4.5", "pre-commit": "^1.1.2", "semistandard": "^7.0.5", "snazzy": "^3.0.0" }, "semistandard": { "globals": [ "describe", "it", "afterEach" ] }, "pre-commit": [ "semistandard", "check-coverage" ] }