UNPKG

fast-node-server

Version:
37 lines (36 loc) 842 B
{ "name": "fast-node-server", "version": "0.0.2", "description": "Very minimalyste web framework", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "node test/app.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/papac/fast-node-server.git" }, "keywords": [ "\"Server\"", "\"fast-node-server\"", "\"http\"", "\"node-server\"", "\"server\"", "\"http-server\"", "\"express\"" ], "author": "Franck Dakia", "license": "ISC", "bugs": { "url": "https://github.com/papac/fast-node-server/issues" }, "homepage": "https://github.com/papac/fast-node-server#readme", "devDependencies": { "serve-favicon": "^2.3.0", "body-parser": "^1.13.3", "serve-static": "^1.10.0" } }