20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"name": "sbruder-presis",
|
|
"version": "1.0.0",
|
|
"description": "my presentations",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.sbruder.de/simon/presis.git"
|
|
},
|
|
"dependencies": {
|
|
"highlight.js": "^9.12.0",
|
|
"reveal.js": "^3.6.0",
|
|
"typeface-fira-sans": "0.0.54"
|
|
},
|
|
"author": "Simon Bruder",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"phantomjs-prebuilt": "^2.1.16"
|
|
}
|
|
}
|