forked from byteclubfr/prez
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "prez",
"version": "4.6.0",
"description": "Custom version of 'Prez', including mustache support, to generate Reveal.js slideshows",
"main": "index.js",
"bin": {
"prez": "bin/prez.js"
},
"dependencies": {
"colors": "^1.0.3",
"connect": "^3.3.4",
"connect-livereload": "^0.5.2",
"diacritics": "^1.2.1",
"escape-html": "^1.0.1",
"fs-extra": "^0.26.2",
"highlight.js": "^8.4.0",
"lodash": "^3.10.0",
"marked": "^0.3.5",
"minimatch": "^3.0.0",
"mustache": "2.2.0",
"node-watch": "^0.3.4",
"open": "0.0.5",
"optimist": "^0.6.1",
"rc": "^1.1.2",
"reveal.js": "^3.0.0",
"serve-index": "^1.7.2",
"serve-static": "^1.8.1",
"tiny-lr": "^0.2.1",
"update-notifier": "^0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nicolas Chambrier <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/kfbishop/prez.git"
},
"bugs": {
"url": "https://github.com/kfbishop/prez/issues"
},
"homepage": "https://github.com/kfbishop/prez"
}