mirror of
https://github.com/seigler/janus
synced 2025-07-26 01:06:11 +00:00
31 lines
800 B
JSON
31 lines
800 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|