forked from ksky521/nodeppt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 973 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
42
43
44
45
{
"name": "nodeppt",
"jsname": "nodeppt",
"description": "A simple, in-browser, markdown-driven presentation framework",
"version": "1.4.5",
"site": "https://github.com/ksky521/nodeppt",
"main": "lib/nodeppt.js",
"author": {
"name": "Theo Wang",
"email": "[email protected]"
},
"bin": {
"nodeppt": "bin/nodeppt"
},
"repository": {
"type": "git",
"url": "git://github.com/ksky521/nodeppt"
},
"dependencies": {
"chokidar": "^1.0.0-rc3",
"colors": "^1.1.2",
"commander": "^2.9.0",
"connect": "2.11.0",
"cookie": "^0.2.3",
"debug": "^2.2.0",
"ejs": "0.8.4",
"ipv4": "0.0.4",
"mathjax": "2.6.1",
"read": "^1.0.7",
"socket.io": "^1.3.3"
},
"keywords": [
"presentation",
"powerpoint",
"slideshow",
"keynote",
"ppt",
"slide",
"revealjs",
"impressjs",
"markdown"
],
"readmeFilename": "README_EN.md",
"license": "SEE LICENSE IN MIT-LICENSE.txt"
}