mirror of
https://github.com/seigler/janus
synced 2025-07-27 01:36:11 +00:00
feat: add directions for serving the file locally
This commit is contained in:
parent
a11212278d
commit
80be6f001a
5 changed files with 62 additions and 3 deletions
31
package.json
Normal file
31
package.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "janus",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a browser-based presentation framework with two connected views: one for the presenter, and one for the audience.",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "inliner index.html > presentation-bundle.html",
|
||||
"start": "http-server -o -cors"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/seigler/janus.git"
|
||||
},
|
||||
"keywords": [
|
||||
"presentations",
|
||||
"html",
|
||||
"slides"
|
||||
],
|
||||
"author": "Joshua Seigler",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/seigler/janus/issues"
|
||||
},
|
||||
"homepage": "https://seigler.github.io/janus",
|
||||
"devDependencies": {
|
||||
"inliner": "^1.9.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"http-server": "^0.9.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue