-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
51 lines (51 loc) · 1.17 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
47
48
49
50
51
{
"name": "prez",
"version": "4.7.0",
"description": "Generate Reveal.js slideshows",
"main": "index.js",
"bin": {
"prez": "bin/prez.js"
},
"dependencies": {
"colors": "^1.3.1",
"connect": "^3.6.6",
"connect-livereload": "^0.6.0",
"diacritics": "^1.3.0",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.0",
"highlight.js": "^10.7.2",
"lodash": "^4.17.10",
"minimatch": "^3.0.4",
"node-watch": "^0.7.1",
"opn": "^5.3.0",
"optimist": "^0.6.1",
"rc": "^1.2.8",
"reveal.js": "^3.6.0",
"serve-index": "^1.9.1",
"serve-static": "^1.13.2",
"tiny-lr": "^1.1.1",
"update-notifier": "^2.5.0"
},
"scripts": {
"lint": "eslint lib bin",
"test": "ava"
},
"author": "Nicolas Chambrier <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/byteclubfr/prez.git"
},
"bugs": {
"url": "https://github.com/byteclubfr/prez/issues"
},
"homepage": "https://github.com/byteclubfr/prez",
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^5.2.0",
"eslint-plugin-lodash-fp": "^2.1.3"
},
"optionalDependencies": {
"marked": "^0.4.0"
}
}