forked from ericvicenti/markshow
-
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.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 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": "markshow",
"main": "src/server",
"version": "0.2.0",
"description": "A markdown dialect, complete with basic server and showdown-based html generator.",
"readmeFilename": "ReadMe.md",
"author": {
"name": "Eric Vicenti",
"email": "ericvicenti@gmail.com"
},
"dependencies": {
"underscore": "1.5.x",
"mime": "1.2.x",
"express": "3.0.x"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-less": "0.6.x",
"grunt-contrib-cssmin": "0.6.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-watch": "0.5.x",
"grunt-contrib-concat": "0.3.x",
"grunt-contrib-uglify": "0.2.x"
},
"bugs": {
"url": "https://github.com/ericvicenti/markshow/issues"
},
"keywords": [
"rich text",
"content",
"human readable",
"human",
"html",
"text",
"links",
"image"
],
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/ericvicenti/markshow"
}
}