Skip to content

Commit

Permalink
Add package.json to publish the plugin as package to npm package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
naamor committed Sep 28, 2018
1 parent 33d957a commit 49acb78
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
@@ -0,0 +1,26 @@
{
"name": "reveal.js-tableofcontents",
"version": "1.0.0",
"description": "A table of contents plugin for reveal.js to generate automatically a table of contents slide",
"main": "tableofcontents.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naamor/reveal.js-tableofcontents.git"
},
"keywords": [
"reveal-js",
"revealjs",
"reveal",
"reveal-plugin",
"reveal-js-plugin"
],
"author": "Roman Stocker",
"license": "MIT",
"bugs": {
"url": "https://github.com/naamor/reveal.js-tableofcontents/issues"
},
"homepage": "https://github.com/naamor/reveal.js-tableofcontents#readme"
}

0 comments on commit 49acb78

Please sign in to comment.