UNPKG

gopher-lib

Version:

Client, server and utility library for the Gopher Internet protocol.

28 lines (27 loc) 525 B
{ "name": "gopher-lib", "version": "0.2.0", "description": "Client, server and utility library for the Gopher Internet protocol.", "main": "lib.js", "scripts": { "test": "node test.js" }, "keywords": [ "gopher", "protocol", "server", "client", "library", "retro" ], "author": "DusteD", "license": "WTFPL", "repository": { "type": "git", "url": "https://github.com/DusteDdk/gopher-lib.git" }, "devDependencies": { "jsdoc": "3.4.3", "jshint": "2.9.4" } }