{
  "name": "scramjet-http-uristream",
  "version": "1.3.90",
  "description": "A simple stateless http server that emits all uris as a stream",
  "main": "index.js",
  "scripts": {
    "test": "nodeunit-tape test/simple.js"
  },
  "homepage": "https://scramjet.org/",
  "repository": {
    "type": "git",
    "url": "https://github.com/scramjetorg/scramjet-http-uristream.git"
  },
  "engines": {
    "node": ">=10"
  },
  "author": "Scramjet / Michał Czapracki <open-source@signicode.com>",
  "license": "MIT",
  "dependencies": {
    "scramjet": "^4.35.17"
  },
  "devDependencies": {
    "node-fetch": "^2.6.1",
    "nodeunit-tape-compat": "^1.3.78"
  }
}
