-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "wsgilite",
"version": "1.0.70",
"description": "Lightweight WSGI framework, inspired by ROR & Laravel frameworks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm version patch && npm publish && git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeaEntityLab/wsgiLite.js.git"
},
"keywords": [
"wsgi",
"wsgi-server",
"wsgi-application",
"wsgi-framework",
"wsgi-middleware",
"nodejs",
"http-server",
"lightweight",
"es6",
"es6-modules",
"es6-javascript",
"es7",
"template",
"csrf",
"csrf-protection",
"csrf-prevention",
"lightweight-wsgi-framework",
"laravel-framework",
"ror"
],
"author": "John Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeaEntityLab/wsgiLite.js/issues"
},
"homepage": "https://github.com/TeaEntityLab/wsgiLite.js#readme",
"dependencies": {
"blueimp-tmpl": "^3.19.0",
"cookies": "^0.8.0",
"csrf": "^3.1.0",
"formidable": "^1.2.2",
"fpes": "^1.0.49",
"route-parser": "0.0.5"
},
"devDependencies": {
"loadtest": "*",
"node-fetch": "^3.2.10",
"ws": "^7.4.1"
}
}