-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
35 lines (35 loc) · 848 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
{
"name": "gist-reveal",
"version": "0.3.0",
"description": "Gist-powered Reveal.js slides",
"homepage": "http://gist-reveal.it",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "npm run build-js",
"build-js": "cat node_modules/reveal.js/lib/js/head.min.js js/reveal.js > js/reveal-bundle.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": "4.21.1",
"mkdirp": "^3.0.1",
"request": "2.88.2",
"reveal.js": "3.6.0",
"sanitize-html": "2.13.1",
"socket.io": "2.5.0"
},
"type": "module",
"license": "MIT"
}