@espressive/esp-slide
Version:
Create fully contained presentations with markup using remark and browser-sync.
29 lines (28 loc) • 780 B
JSON
{
"name": "@espressive/esp-slide",
"version": "0.1.4",
"description": "Create fully contained presentations with markup using remark and browser-sync.",
"repository": "https://github.com/Espressive/esp-slide.git",
"homepage": "https://github.com/Espressive/esp-slide",
"bugs": "https://github.com/Espressive/esp-slide/issues",
"keywords": [
"remark",
"browser-sync",
"presenation"
],
"main": "index.js",
"bin": "./index.js",
"author": "Brian Espinosa <brian@espressive.com>",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.24.5",
"chalk": "^2.4.1",
"commander": "^2.16.0",
"global-modules": "^1.0.0",
"parrotsay-api": "^0.1.1",
"remark-slide": "^0.14.0"
},
"publishConfig": {
"access": "public"
}
}