forked from ksky521/nodeppt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 974 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": "0.9.0",
"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": "0.9.13"
},
"devDependencies": {
"grunt": ">=0.4.0",
"grunt-contrib-jshint": ">=0.1.1",
"grunt-contrib-uglify": ">=0.2",
"grunt-contrib-nodeunit": ">=0.1.2"
},
"keywords": [
"ppt",
"slide",
"reveal",
"impressjs",
"presentation",
"powerpoint",
"slideshow",
"markdown"
],
"readmeFilename": "README.md"
}