forked from ksky521/nodeppt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1021 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
46
47
{
"name": "nodeppt",
"jsname": "nodeppt",
"description": "A simple, in-browser, markdown-driven presentation framework",
"version": "1.2.3",
"site": "https://github.com/ksky521/nodePPT",
"author": {
"name": "Theo Wang",
"email": "[email protected]"
},
"bin": {
"nodeppt": "bin/nodeppt"
},
"repository": {
"type": "git",
"url": "git://github.com/ksky521/nodePPT"
},
"dependencies": {
"colors": ">=0.6.0-1",
"commander": "^2.2.0",
"connect": "2.11.0",
"cookie": ">=0.1.0",
"ejs": "0.8.4",
"ipv4": "0.0.4",
"read": ">=1.0.4",
"socket.io": "1.3.3",
"chokidar":"1.0.0-rc3"
},
"devDependencies": {
"grunt": ">=0.4.0",
"grunt-contrib-jshint": ">=0.1.1",
"grunt-contrib-uglify": ">=0.2",
"grunt-contrib-nodeunit": ">=0.1.2"
},
"keywords": [
"presentation",
"powerpoint",
"slideshow",
"keynote",
"ppt",
"slide",
"revealjs",
"impressjs",
"markdown"
],
"readmeFilename": "README_EN.md"
}