-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 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
{
"name": "@kobalab/liulian",
"version": "1.1.15",
"description": "Node.jsで動作するWebサイト作成ツール",
"publishConfig": {
"access": "public"
},
"bin": {
"liulian": "./bin/liulian.js"
},
"scripts": {
"start": "node bin/liulian.js",
"test": "mocha -u tdd",
"test:cover": "nyc -r lcov -r text npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kobalab/LiuLian.git"
},
"keywords": [
"CMS"
],
"author": "Satoshi Kobayashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/kobalab/LiuLian/issues"
},
"homepage": "https://kobalab.net/liulian/",
"devDependencies": {
"mocha": "^11.7.5",
"nyc": "^18.0.0"
},
"dependencies": {
"express": "^4.22.1",
"express-session": "^1.19.0",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.1",
"markdown-it-footnote": "^4.0.0",
"mime": "^2.6.0",
"multer": "^2.1.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"session-file-store": "^1.5.0",
"yargs": "^17.7.2"
}
}