UNPKG

@tndev/project-honeypot

Version:

Node.js implementation of the Project Honeypot (Http:BL) API.

14 lines 172 B
sudo: false language: node_js node_js: - 8 - 9 - 10 cache: directories: - node_modules before_script: - npm prune script: - npm run test - npm run test-ci