JJ Allaire | 2ec4024 | 2014-09-15 09:18:39 -0400 | [diff] [blame] | 1 | { |
| 2 | "name": "reveal.js", |
| 3 | "version": "2.6.1", |
| 4 | "description": "The HTML Presentation Framework", |
| 5 | "homepage": "http://lab.hakim.se/reveal-js", |
| 6 | "subdomain": "revealjs", |
| 7 | "scripts": { |
| 8 | "test": "grunt test", |
| 9 | "start": "" |
| 10 | }, |
| 11 | "author": { |
| 12 | "name": "Hakim El Hattab", |
| 13 | "email": "hakim.elhattab@gmail.com", |
| 14 | "web": "http://hakim.se" |
| 15 | }, |
| 16 | "repository": { |
| 17 | "type": "git", |
| 18 | "url": "git://github.com/hakimel/reveal.js.git" |
| 19 | }, |
| 20 | "engines": { |
| 21 | "node": "~0.8.0" |
| 22 | }, |
| 23 | "dependencies": { |
| 24 | "underscore": "~1.5.1", |
| 25 | "express": "~2.5.9", |
| 26 | "mustache": "~0.7.2", |
| 27 | "socket.io": "~0.9.13" |
| 28 | }, |
| 29 | "devDependencies": { |
| 30 | "grunt-contrib-qunit": "~0.2.2", |
| 31 | "grunt-contrib-jshint": "~0.6.4", |
| 32 | "grunt-contrib-cssmin": "~0.4.1", |
| 33 | "grunt-contrib-uglify": "~0.2.4", |
| 34 | "grunt-contrib-watch": "~0.5.3", |
| 35 | "grunt-contrib-sass": "~0.5.0", |
| 36 | "grunt-contrib-connect": "~0.4.1", |
| 37 | "grunt-zip": "~0.7.0", |
| 38 | "grunt": "~0.4.0" |
| 39 | }, |
| 40 | "licenses": [ |
| 41 | { |
| 42 | "type": "MIT", |
| 43 | "url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE" |
| 44 | } |
| 45 | ] |
| 46 | } |