JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 1 | { |
| 2 | "name": "reveal.js", |
| 3 | "version": "3.2.0", |
| 4 | "description": "The HTML Presentation Framework", |
| 5 | "homepage": "http://lab.hakim.se/reveal-js", |
| 6 | "subdomain": "revealjs", |
| 7 | "main": "js/reveal.js", |
| 8 | "scripts": { |
| 9 | "test": "grunt test", |
| 10 | "start": "grunt serve" |
| 11 | }, |
| 12 | "author": { |
| 13 | "name": "Hakim El Hattab", |
| 14 | "email": "hakim.elhattab@gmail.com", |
| 15 | "web": "http://hakim.se" |
| 16 | }, |
| 17 | "repository": { |
| 18 | "type": "git", |
| 19 | "url": "git://github.com/hakimel/reveal.js.git" |
| 20 | }, |
| 21 | "engines": { |
| 22 | "node": "~4.1.1" |
| 23 | }, |
| 24 | "dependencies": { |
| 25 | "underscore": "~1.8.3", |
| 26 | "express": "~4.13.3", |
| 27 | "mustache": "~2.1.3", |
| 28 | "socket.io": "~1.3.7" |
| 29 | }, |
| 30 | "devDependencies": { |
| 31 | "grunt-contrib-qunit": "~0.7.0", |
| 32 | "grunt-contrib-jshint": "~0.11.3", |
| 33 | "grunt-contrib-cssmin": "~0.14.0", |
| 34 | "grunt-contrib-uglify": "~0.9.2", |
| 35 | "grunt-contrib-watch": "~0.6.1", |
| 36 | "grunt-sass": "~1.1.0-beta", |
| 37 | "grunt-contrib-connect": "~0.11.2", |
| 38 | "grunt-autoprefixer": "~3.0.3", |
| 39 | "grunt-zip": "~0.17.1", |
| 40 | "grunt": "~0.4.5", |
| 41 | "node-sass": "~3.3.3" |
| 42 | }, |
| 43 | |
| 44 | "license": "MIT" |
| 45 | } |