-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "parchment",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"color": "^3.1.2",
"envfile": "^6.14.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-session": "^1.17.0",
"git-wrapper2-promise": "^0.2.9",
"highlight.js": "^10.4.1",
"lodash": "^4.17.15",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^5.2.5",
"markdown-it-color": "^2.1.0",
"markdown-it-container": "^2.0.0",
"markdown-it-multimd-table": "^4.0.1",
"memorystore": "^1.6.2",
"mkdirp": "^1.0.4",
"pug": "^3.0.1",
"random-words": "^1.1.1",
"remove-markdown": "^0.3.0",
"sanitize-filename": "^1.6.3",
"winston": "^3.2.1",
"yargonaut": "^1.1.4",
"yargs": "^16.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rackover/Parchment.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rackover/Parchment/issues"
},
"homepage": "https://github.com/Rackover/Parchment#readme"
}