UNPKG

ruud

Version:
30 lines (29 loc) 572 B
{ "name": "ruud", "version": "1.3.3", "description": "the player who serves", "author": "frdnrdb <froden@gmail.com>", "license": "MIT", "type": "module", "main": "src/index.js", "repository": "frdnrdb/ruud", "homepage": "https://github.com/frdnrdb/ruud/", "keywords": [ "minimal", "server", "web", "http", "rest", "restful", "router", "app", "api" ], "engines": { "node": ">= 13.2.0" }, "scripts": { "test": "node --experimental-test-coverage test.js", "example": "node --watch example.js" } }