forked from macchiato-framework/macchiato-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 821 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 821 Bytes
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
{
"description": "ClojureScript Ring style HTTP server abstraction for Node.js.",
"license": "MIT",
"private": true,
"homepage": "https://github.com/yogthos/macchiato-framework/macchiato-core",
"name": "@macchiato/core",
"keywords": [
"cljs",
"cljc",
"self-host",
"macro"
],
"author": {
"name": "Dmitri Sotnikov",
"email": "dmitri.sotnikov@gmail.com",
"url": "http://yogthos.net/"
},
"directories": {
"lib": "src"
},
"files": [
"src/*"
],
"version": "0.2.21",
"dependencies": {
"concat-stream": "1.6.2",
"content-type": "1.0.4",
"cookies": "0.8.0",
"etag": "1.8.1",
"lru": "3.1.0",
"multiparty": "4.1.3",
"qs": "6.5.3",
"random-bytes": "1.0.0",
"simple-encryptor": "1.2.0",
"url": "0.11.0",
"ws": "5.2.4"
}
}