JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 1 | { |
| 2 | "name": "reveal.js", |
Bruce's Thinkpad | 8b73dcf | 2016-07-14 00:12:43 +0800 | [diff] [blame] | 3 | "version": "3.3.0", |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 4 | "main": [ |
| 5 | "js/reveal.js", |
| 6 | "css/reveal.css" |
| 7 | ], |
| 8 | "homepage": "http://lab.hakim.se/reveal-js/", |
| 9 | "license": "MIT", |
| 10 | "description": "The HTML Presentation Framework", |
| 11 | "authors": [ |
| 12 | "Hakim El Hattab <hakim.elhattab@gmail.com>" |
| 13 | ], |
| 14 | "dependencies": { |
| 15 | "headjs": "~1.0.3" |
| 16 | }, |
| 17 | "repository": { |
| 18 | "type": "git", |
| 19 | "url": "git://github.com/hakimel/reveal.js.git" |
| 20 | }, |
| 21 | "ignore": [ |
| 22 | "**/.*", |
| 23 | "node_modules", |
| 24 | "bower_components", |
| 25 | "test" |
| 26 | ] |
| 27 | } |