UNPKG

litejs

Version:

Full-stack web framework in a tiny package

49 lines (48 loc) 874 B
{ "name": "litejs", "version": "21.8.0", "description": "Full-stack web framework in a tiny package", "license": "MIT", "author": "Lauri Rooden <lauri@rooden.ee>", "keywords": [ "litejs", "framework", "http", "server", "content negotiation", "accept", "multipart", "uploads", "form-data" ], "homepage": "https://litejs.com", "repository": "github:litejs/litejs", "bugs": "https://github.com/litejs/litejs/issues", "main": "index.js", "files": [ "/*.js" ], "litejs": { "build": false, "lint": "jshint *.js" }, "jshintConfig": { "asi": true, "boss": true, "evil": true, "laxcomma": true, "maxdepth": 6, "quotmark": "double" }, "nyc": { "exclude": [ "coverage/**", "test/**" ], "reporter": [ "lcov", "text", "html" ] } }