shower-core
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "shower-core", | ||
"description": "Core for Shower HTML presentation engine", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -29,11 +29,12 @@ "name": "Vadim Makeev", | ||
"devDependencies": { | ||
"dalek-browser-chrome": "0.0.10", | ||
"dalekjs": "0.0.8", | ||
"grunt": "^0.4.3", | ||
"grunt-dalek": "^0.2.0", | ||
"grunt-contrib-watch": "^0.5.3", | ||
"grunt-contrib-connect": "^0.7.1", | ||
"grunt-contrib-uglify": "^0.4.0", | ||
"dalekjs": "0.0.8", | ||
"dalek-browser-chrome": "0.0.9", | ||
"shower-ribbon": "^1.0.0" | ||
"grunt-contrib-watch": "^0.5.3", | ||
"grunt-dalek": "^0.2.0", | ||
"shower-ribbon": "^1.0.2", | ||
"load-grunt-tasks": "^0.4.0" | ||
} | ||
} |
@@ -7,15 +7,10 @@ # Core for Shower HTML presentation engine | ||
- Open [shwr.me](http://shwr.me/). | ||
- Click any slide to enter presentation mode. | ||
- Use arrow keys or presenter remote to navigate. | ||
- Press `Esc` to exit presentation mode. | ||
- Open [shwr.me](http://shwr.me/) | ||
- Click any slide to enter presentation mode | ||
- Use arrow keys or presenter remote to navigate | ||
- Press `Esc` to exit presentation mode | ||
## Installing Shower Core | ||
Part of [Shower presentation template](https://github.com/shower/shower/). See [Wiki](https://github.com/shower/shower/wiki) for more information how to use Shower. | ||
It requires [Git](http://git-scm.com) and [Node.js](http://nodejs.org) with npm installed. | ||
1. Clone repository with Git `git@github.com:shower/core.git`. | ||
2. Run `npm install` to install all dependencies. | ||
--- | ||
Licensed under [MIT License](http://en.wikipedia.org/wiki/MIT_License), see [license page](https://github.com/shower/shower/wiki/MIT-License) for details. |
Sorry, the diff of this file is not supported yet
14692
9
15