forked from lyphtec/markdown-serve-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 910 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
{
"name": "markdown-serve-examples",
"version": "0.1.0",
"description": "Samples for markdown-serve",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lyphtec/markdown-serve-examples.git"
},
"keywords": [
"markdown-serve",
"markdown",
"Express"
],
"author": "Nguyen Ly <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lyphtec/markdown-serve-examples/issues"
},
"homepage": "https://github.com/lyphtec/markdown-serve-examples",
"dependencies": {
"ejs": "^1.0.0",
"errorhandler": "^1.2.0",
"express": "^4.9.6",
"express-handlebars": "^1.1.0",
"hbs": "^2.7.0",
"jade": "^1.7.0",
"markdown-serve": "*",
"moment": "^2.8.3",
"morgan": "^1.3.2",
"vash": "^0.7.11-3"
}
}