UNPKG

733 BJSONView Raw
1{
2 "name": "litejs",
3 "version": "21.11.0",
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 "litejs": {
26 "build": false,
27 "lint": "jshint *.js"
28 },
29 "jshintConfig": {
30 "asi": true,
31 "boss": true,
32 "evil": true,
33 "laxcomma": true,
34 "maxdepth": 6,
35 "quotmark": "double"
36 }
37}