UNPKG

strata

Version:

A modular, streaming HTTP server

33 lines (32 loc) 743 B
{ "name": "strata", "version": "0.20.1", "author": "Michael Jackson <mjijackson@gmail.com>", "description": "A modular, streaming HTTP server", "keywords": ["web", "http", "server", "framework", "middleware", "rack", "jsgi", "wsgi"], "homepage": "http://stratajs.org", "engines": { "node": ">= 0.8.0" }, "repository": { "type": "git", "url": "git://github.com/mjijackson/strata.git" }, "dependencies": { "bufferedstream": "1.6.x", "mime": "1.2.3", "strftime": "0.4.6", "markdown": "~0.3.1" }, "devDependencies": { "mocha": "1.5.0", "mustache": "0.3.1-dev" }, "main": "./lib", "bin": { "strata": "./bin/strata" }, "scripts": { "test": "mocha test/*-test.js" } }