UNPKG

exprssi

Version:

An NodeJS Express SSI Middleware

40 lines (39 loc) 848 B
{ "name": "exprssi", "version": "0.5.1", "description": "An NodeJS Express SSI Middleware", "main": "lib/exprssi.js", "scripts": { "test": "mocha test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/Stinobe/exprssi.git" }, "keywords": [ "express", "nodejs", "SSI", "middleware", "shtml", "Server", "Side", "Include" ], "author": "Stijn Van Wijmeersch <stijn@vanwijmeersch.com> (https://vanwijmeers.ch)", "license": "MIT", "bugs": { "url": "https://github.com/Stinobe/exprssi/issues" }, "homepage": "https://github.com/Stinobe/exprssi#readme", "dependencies": { "defaults": "^1.0.3", "node-ssi": "^0.3.2" }, "devDependencies": { "assert": "^1.4.1", "express": "^4.15.2", "mocha": "^3.3.0", "supertest": "^3.0.0" } }