presentation-blockchains/package.json

31 lines
795 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 -n index.html > build/index.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"
}
}