-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 KB
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
{
"name": "koru",
"description": "Koru is a: test-driven, reactive, fast, web app framework",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jacott/koru.git"
},
"scripts": {
"start": "scripts/start-dev",
"install": "scripts/npm-install",
"test": "scripts/build-api-doc"
},
"bugs": {
"url": "https://github.com/jacott/koru/issues"
},
"exports": {
"./amd-loader/async-convert": "./lib/amd-loader/async-convert.js",
"./lib/runner": "./lib/runner.js",
"./lib/async-thread": "./lib/async-thread.js",
"./lib/script-utils": "./lib/script-utils.js",
"./lib/http-json": "./lib/http-json.js",
"./lib/http-error": "./lib/http-error.js"
},
"keywords": [
"templates",
"webapp",
"js",
"javascript"
],
"author": "Geoff Jacobsen <geoffjacobsen@gmail.com>",
"main": "./lib/koru",
"bin": "./bin/koru",
"dependencies": {
"@babel/generator": "^7",
"@babel/parser": "^7",
"autoprefixer": "^10",
"commander": "^13",
"css-selector-parser": "^3",
"less": "^4",
"marked": "^15",
"marked-gfm-heading-id": "^4",
"marked-highlight": "^2",
"postcss": "^8",
"send": "^1.1.0",
"source-map": "^0.7",
"ws": "^8"
},
"engines": {
"node": ">=22"
},
"version": "0.43.0"
}