-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 785 Bytes
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
{
"name": "gist-reveal",
"version": "0.3.8",
"description": "Gist-powered Reveal.js slides",
"homepage": "http://gist-reveal.it",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": {
"name": "ryanj",
"email": "ryan.jarvinen@gmail.com",
"web": "http://ryanjarvinen.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ryanj/gist-reveal.git"
},
"engines": {
"node": ">= 4"
},
"dependencies": {
"config-multipaas": "^0.2.2",
"express": "^5.2.1",
"node-fetch": "^3.3.2",
"reveal.js": "5.1.0",
"reveal.js-copycode": "^1.2.0",
"sanitize-html": "2.13.1",
"socket.io": "4.8.1"
},
"type": "module",
"license": "MIT",
"devDependencies": {
"typescript": "^6.0.3"
}
}