UNPKG

773 BJSONView Raw
1{
2 "name": "litejs",
3 "version": "21.1.1",
4 "description": "Full-stack web framework in a tiny package",
5 "license": "MIT",
6 "author": "Lauri Rooden <lauri@rooden.ee>",
7 "keywords": [
8 "litejs",
9 "framework",
10 "http",
11 "server",
12 "content negotiation",
13 "accept",
14 "multipart",
15 "uploads",
16 "form-data"
17 ],
18 "homepage": "https://litejs.com",
19 "repository": "github:litejs/litejs",
20 "bugs": "https://github.com/litejs/litejs/issues",
21 "main": "index.js",
22 "files": [
23 "/*.js"
24 ],
25 "jshintConfig": {
26 "asi": true,
27 "laxcomma": true,
28 "maxdepth": 6,
29 "quotmark": "double"
30 },
31 "nyc": {
32 "exclude": [
33 "coverage/**",
34 "test/**"
35 ],
36 "reporter": [
37 "lcov",
38 "text",
39 "html"
40 ]
41 }
42}