blob: 3135f3531aec8b5ff05e7b8876f57393e3704690 [file] [log] [blame]
JJ Allaireefa6ad42016-01-30 13:12:05 -05001{
2 "name": "reveal.js",
Bruce's Thinkpad8b73dcf2016-07-14 00:12:43 +08003 "version": "3.3.0",
JJ Allaireefa6ad42016-01-30 13:12:05 -05004 "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": {
JJ Allaireefa6ad42016-01-30 13:12:05 -050025 "express": "~4.13.3",
Bruce's Thinkpad8b73dcf2016-07-14 00:12:43 +080026 "grunt-cli": "~0.1.13",
27 "mustache": "~2.2.1",
JJ Allaireefa6ad42016-01-30 13:12:05 -050028 "socket.io": "~1.3.7"
29 },
30 "devDependencies": {
Bruce's Thinkpad8b73dcf2016-07-14 00:12:43 +080031 "grunt": "~0.4.5",
32 "grunt-autoprefixer": "~3.0.3",
33 "grunt-contrib-connect": "~0.11.2",
JJ Allaireefa6ad42016-01-30 13:12:05 -050034 "grunt-contrib-cssmin": "~0.14.0",
Bruce's Thinkpad8b73dcf2016-07-14 00:12:43 +080035 "grunt-contrib-jshint": "~0.11.3",
36 "grunt-contrib-qunit": "~0.7.0",
JJ Allaireefa6ad42016-01-30 13:12:05 -050037 "grunt-contrib-uglify": "~0.9.2",
38 "grunt-contrib-watch": "~0.6.1",
39 "grunt-sass": "~1.1.0-beta",
JJ Allaireefa6ad42016-01-30 13:12:05 -050040 "grunt-zip": "~0.17.1",
JJ Allaireefa6ad42016-01-30 13:12:05 -050041 "node-sass": "~3.3.3"
42 },
JJ Allaireefa6ad42016-01-30 13:12:05 -050043 "license": "MIT"
44}