blob: 10489bbfb31c6283925955d974a1e339bed8b0be [file] [log] [blame]
JJ Allaire2ec40242014-09-15 09:18:39 -04001{
2 "name": "reveal.js",
timelyportfoliobbdec0b2015-03-05 08:51:24 -06003 "version": "3.0.0",
JJ Allaire2ec40242014-09-15 09:18:39 -04004 "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": {
timelyportfoliobbdec0b2015-03-05 08:51:24 -060021 "node": "~0.10.0"
JJ Allaire2ec40242014-09-15 09:18:39 -040022 },
23 "dependencies": {
24 "underscore": "~1.5.1",
25 "express": "~2.5.9",
26 "mustache": "~0.7.2",
timelyportfoliobbdec0b2015-03-05 08:51:24 -060027 "socket.io": "~0.9.16"
JJ Allaire2ec40242014-09-15 09:18:39 -040028 },
29 "devDependencies": {
timelyportfoliobbdec0b2015-03-05 08:51:24 -060030 "grunt-contrib-qunit": "~0.5.2",
JJ Allaire2ec40242014-09-15 09:18:39 -040031 "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",
timelyportfoliobbdec0b2015-03-05 08:51:24 -060035 "grunt-sass": "~0.14.0",
36 "grunt-contrib-connect": "~0.8.0",
37 "grunt-autoprefixer": "~1.0.1",
JJ Allaire2ec40242014-09-15 09:18:39 -040038 "grunt-zip": "~0.7.0",
timelyportfoliobbdec0b2015-03-05 08:51:24 -060039 "grunt": "~0.4.0",
40 "node-sass": "~0.9.3"
JJ Allaire2ec40242014-09-15 09:18:39 -040041 },
42 "licenses": [
43 {
44 "type": "MIT",
45 "url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
46 }
47 ]
48}