-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 906 Bytes
/
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
{
"name": "manu",
"version": "2.1.0",
"description": "\"Minimalistic Blogging Platform\" ",
"main": "index",
"scripts": {
"start": "sh prod.sh",
"test": "test",
"build": "sh ./bin/deploy.sh",
"deploy": "sh ./bin/deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oscarryz/manu.git"
},
"keywords": [
"cms",
"flat-file",
"blog",
"minimalist"
],
"author": "\"The manu developers\"",
"license": "MIT",
"bugs": {
"url": "https://github.com/oscarryz/manu/issues"
},
"homepage": "https://github.com/oscarryz/manu#readme",
"dependencies": {
"commonmark": "0.29.1",
"debug": "4.3.4",
"express": "4.18.2",
"gh-pages": "2.1.1",
"lodash": "4.17.21",
"prosemirror-example-setup": "1.0.1",
"start": "5.1.0",
"uuid": "3.3.3"
},
"devDependencies": {
"sanitize-html": "2.5.1"
}
}