forked from ksky521/nodeppt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 KB
/
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
{
"name": "nodeppt",
"jsname": "nodeppt",
"description": "Create a PowerPoint presentation with Markdown",
"version": "0.4.1",
"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": {
"grunt": "0.4.0",
"read": "~1.0.4",
"colors": "~0.6.0-1",
"connect": "2.7.8",
"cookie": "0.1.0",
"marked": "0.2.9",
"socket.io": "0.9.13"
},
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-jshint": "0.1.1",
"grunt-contrib-uglify": "*",
"grunt-contrib-nodeunit": "0.1.2"
},
"scripts": {
"install": "node ./bin/install"
},
"keywords": [
"ppt",
"presentation",
"PowerPoint",
"slideshow",
"markdown"
],
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "nodeppt@"
}