slide_hero 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile +1 -1
- data/README.md +2 -2
- data/lib/slide_hero/blockquote.rb +10 -0
- data/lib/slide_hero/pluggable.rb +4 -4
- data/lib/slide_hero/plugins.rb +0 -1
- data/lib/slide_hero/presentation.rb +3 -3
- data/lib/slide_hero/slide.rb +2 -2
- data/lib/slide_hero/version.rb +1 -1
- data/lib/slide_hero/views/blockquote.html.erb +3 -0
- data/lib/slide_hero.rb +1 -0
- data/test/slide_hero/blockquote_spec.rb +13 -0
- data/test/slide_hero/plugins_spec.rb +0 -1
- data/test/slide_hero/presentation_spec.rb +2 -1
- data/test/slide_hero/slide_spec.rb +14 -3
- data/test/slide_hero_spec.rb +1 -0
- data/vendor/reveal.js/.gitignore +6 -1
- data/vendor/reveal.js/.travis.yml +1 -1
- data/vendor/reveal.js/CONTRIBUTING.md +4 -0
- data/vendor/reveal.js/Gruntfile.js +26 -24
- data/vendor/reveal.js/LICENSE +1 -1
- data/vendor/reveal.js/README.md +215 -124
- data/vendor/reveal.js/bower.json +27 -0
- data/vendor/reveal.js/css/print/paper.css +1 -1
- data/vendor/reveal.js/css/print/pdf.css +30 -27
- data/vendor/reveal.js/css/reveal.css +381 -191
- data/vendor/reveal.js/css/reveal.scss +259 -164
- data/vendor/reveal.js/css/theme/README.md +2 -6
- data/vendor/reveal.js/css/theme/beige.css +75 -49
- data/vendor/reveal.js/css/theme/black.css +64 -38
- data/vendor/reveal.js/css/theme/blood.css +75 -56
- data/vendor/reveal.js/css/theme/league.css +69 -43
- data/vendor/reveal.js/css/theme/moon.css +69 -43
- data/vendor/reveal.js/css/theme/night.css +64 -38
- data/vendor/reveal.js/css/theme/serif.css +66 -40
- data/vendor/reveal.js/css/theme/simple.css +63 -37
- data/vendor/reveal.js/css/theme/sky.css +69 -43
- data/vendor/reveal.js/css/theme/solarized.css +69 -43
- data/vendor/reveal.js/css/theme/source/black.scss +1 -1
- data/vendor/reveal.js/css/theme/source/blood.scss +3 -15
- data/vendor/reveal.js/css/theme/source/white.scss +1 -1
- data/vendor/reveal.js/css/theme/template/theme.scss +30 -23
- data/vendor/reveal.js/css/theme/white.css +69 -43
- data/vendor/reveal.js/demo.html +410 -0
- data/vendor/reveal.js/index.html +13 -371
- data/vendor/reveal.js/js/reveal.js +643 -175
- data/vendor/reveal.js/lib/css/zenburn.css +41 -78
- data/vendor/reveal.js/lib/js/head.min.js +9 -8
- data/vendor/reveal.js/package.json +20 -24
- data/vendor/reveal.js/plugin/highlight/highlight.js +4 -3
- data/vendor/reveal.js/plugin/markdown/example.html +1 -1
- data/vendor/reveal.js/plugin/markdown/markdown.js +19 -7
- data/vendor/reveal.js/plugin/markdown/marked.js +2 -33
- data/vendor/reveal.js/plugin/math/math.js +5 -2
- data/vendor/reveal.js/plugin/multiplex/client.js +1 -1
- data/vendor/reveal.js/plugin/multiplex/index.js +24 -16
- data/vendor/reveal.js/plugin/multiplex/master.js +22 -42
- data/vendor/reveal.js/plugin/multiplex/package.json +19 -0
- data/vendor/reveal.js/plugin/notes/notes.html +11 -3
- data/vendor/reveal.js/plugin/notes/notes.js +19 -5
- data/vendor/reveal.js/plugin/notes-server/client.js +6 -1
- data/vendor/reveal.js/plugin/notes-server/index.js +17 -14
- data/vendor/reveal.js/plugin/notes-server/notes.html +17 -6
- data/vendor/reveal.js/plugin/print-pdf/print-pdf.js +1 -1
- data/vendor/reveal.js/plugin/zoom-js/zoom.js +1 -1
- data/vendor/reveal.js/test/examples/slide-backgrounds.html +1 -1
- data/vendor/reveal.js/test/examples/slide-transitions.html +101 -0
- data/vendor/reveal.js/test/test-markdown-element-attributes.html +3 -3
- data/vendor/reveal.js/test/test-markdown-element-attributes.js +1 -1
- data/vendor/reveal.js/test/test.html +5 -1
- data/vendor/reveal.js/test/test.js +26 -1
- metadata +11 -5
- data/vendor/reveal.js/plugin/leap/leap.js +0 -159
- data/vendor/reveal.js/plugin/remotes/remotes.js +0 -39
@@ -6,112 +6,75 @@ based on dark.css by Ivan Sagalaev
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
.hljs {
|
9
|
-
display: block;
|
10
|
-
|
11
|
-
|
9
|
+
display: block;
|
10
|
+
overflow-x: auto;
|
11
|
+
padding: 0.5em;
|
12
|
+
background: #3f3f3f;
|
13
|
+
color: #dcdcdc;
|
12
14
|
}
|
13
15
|
|
14
16
|
.hljs-keyword,
|
15
|
-
.hljs-tag,
|
16
|
-
.
|
17
|
-
|
18
|
-
.lisp .hljs-title,
|
19
|
-
.nginx .hljs-title,
|
20
|
-
.hljs-request,
|
21
|
-
.hljs-status,
|
22
|
-
.clojure .hljs-attribute {
|
23
|
-
color: #E3CEAB;
|
17
|
+
.hljs-selector-tag,
|
18
|
+
.hljs-tag {
|
19
|
+
color: #e3ceab;
|
24
20
|
}
|
25
21
|
|
26
|
-
.
|
27
|
-
|
28
|
-
.django .hljs-filter .hljs-argument {
|
29
|
-
color: #DCDCDC;
|
22
|
+
.hljs-template-tag {
|
23
|
+
color: #dcdcdc;
|
30
24
|
}
|
31
25
|
|
32
|
-
.hljs-number
|
33
|
-
|
34
|
-
color: #8CD0D3;
|
26
|
+
.hljs-number {
|
27
|
+
color: #8cd0d3;
|
35
28
|
}
|
36
29
|
|
37
|
-
.dos .hljs-envvar,
|
38
|
-
.dos .hljs-stream,
|
39
30
|
.hljs-variable,
|
40
|
-
.
|
41
|
-
|
31
|
+
.hljs-template-variable,
|
32
|
+
.hljs-attribute {
|
33
|
+
color: #efdcbc;
|
42
34
|
}
|
43
35
|
|
44
|
-
.
|
45
|
-
|
46
|
-
.python .exception,
|
47
|
-
.python .hljs-built_in,
|
48
|
-
.hljs-literal,
|
49
|
-
.tex .hljs-special {
|
50
|
-
color: #EFEFAF;
|
36
|
+
.hljs-literal {
|
37
|
+
color: #efefaf;
|
51
38
|
}
|
52
39
|
|
53
|
-
.diff .hljs-chunk,
|
54
40
|
.hljs-subst {
|
55
|
-
color: #
|
41
|
+
color: #8f8f8f;
|
56
42
|
}
|
57
43
|
|
58
|
-
.dos .hljs-keyword,
|
59
|
-
.python .hljs-decorator,
|
60
44
|
.hljs-title,
|
61
|
-
.
|
62
|
-
.
|
63
|
-
.
|
64
|
-
.
|
65
|
-
.
|
66
|
-
|
67
|
-
.hljs-prompt {
|
68
|
-
color: #efef8f;
|
45
|
+
.hljs-name,
|
46
|
+
.hljs-selector-id,
|
47
|
+
.hljs-selector-class,
|
48
|
+
.hljs-section,
|
49
|
+
.hljs-type {
|
50
|
+
color: #efef8f;
|
69
51
|
}
|
70
52
|
|
71
|
-
.
|
72
|
-
.
|
73
|
-
.
|
74
|
-
|
75
|
-
color: #DCA3A3;
|
53
|
+
.hljs-symbol,
|
54
|
+
.hljs-bullet,
|
55
|
+
.hljs-link {
|
56
|
+
color: #dca3a3;
|
76
57
|
}
|
77
58
|
|
78
|
-
.
|
59
|
+
.hljs-deletion,
|
79
60
|
.hljs-string,
|
80
|
-
.hljs-tag .hljs-value,
|
81
|
-
.hljs-preprocessor,
|
82
|
-
.hljs-pragma,
|
83
61
|
.hljs-built_in,
|
84
|
-
.
|
85
|
-
|
86
|
-
.smalltalk .hljs-class,
|
87
|
-
.smalltalk .hljs-localvars,
|
88
|
-
.smalltalk .hljs-array,
|
89
|
-
.css .hljs-rules .hljs-value,
|
90
|
-
.hljs-attr_selector,
|
91
|
-
.hljs-pseudo,
|
92
|
-
.apache .hljs-cbracket,
|
93
|
-
.tex .hljs-formula,
|
94
|
-
.coffeescript .hljs-attribute {
|
95
|
-
color: #CC9393;
|
62
|
+
.hljs-builtin-name {
|
63
|
+
color: #cc9393;
|
96
64
|
}
|
97
65
|
|
98
|
-
.hljs-
|
99
|
-
.diff .hljs-addition,
|
66
|
+
.hljs-addition,
|
100
67
|
.hljs-comment,
|
101
|
-
.
|
102
|
-
.hljs-
|
103
|
-
|
104
|
-
.hljs-doctype {
|
105
|
-
color: #7F9F7F;
|
68
|
+
.hljs-quote,
|
69
|
+
.hljs-meta {
|
70
|
+
color: #7f9f7f;
|
106
71
|
}
|
107
72
|
|
108
|
-
|
109
|
-
.
|
110
|
-
|
111
|
-
.xml .javascript,
|
112
|
-
.xml .vbscript,
|
113
|
-
.xml .css,
|
114
|
-
.xml .hljs-cdata {
|
115
|
-
opacity: 0.5;
|
73
|
+
|
74
|
+
.hljs-emphasis {
|
75
|
+
font-style: italic;
|
116
76
|
}
|
117
77
|
|
78
|
+
.hljs-strong {
|
79
|
+
font-weight: bold;
|
80
|
+
}
|
@@ -1,8 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
/*! head.core - v1.0.2 */
|
2
|
+
(function(n,t){"use strict";function r(n){a[a.length]=n}function k(n){var t=new RegExp(" ?\\b"+n+"\\b");c.className=c.className.replace(t,"")}function p(n,t){for(var i=0,r=n.length;i<r;i++)t.call(n,n[i],i)}function tt(){var t,e,f,o;c.className=c.className.replace(/ (w-|eq-|gt-|gte-|lt-|lte-|portrait|no-portrait|landscape|no-landscape)\d+/g,"");t=n.innerWidth||c.clientWidth;e=n.outerWidth||n.screen.width;u.screen.innerWidth=t;u.screen.outerWidth=e;r("w-"+t);p(i.screens,function(n){t>n?(i.screensCss.gt&&r("gt-"+n),i.screensCss.gte&&r("gte-"+n)):t<n?(i.screensCss.lt&&r("lt-"+n),i.screensCss.lte&&r("lte-"+n)):t===n&&(i.screensCss.lte&&r("lte-"+n),i.screensCss.eq&&r("e-q"+n),i.screensCss.gte&&r("gte-"+n))});f=n.innerHeight||c.clientHeight;o=n.outerHeight||n.screen.height;u.screen.innerHeight=f;u.screen.outerHeight=o;u.feature("portrait",f>t);u.feature("landscape",f<t)}function it(){n.clearTimeout(b);b=n.setTimeout(tt,50)}var y=n.document,rt=n.navigator,ut=n.location,c=y.documentElement,a=[],i={screens:[240,320,480,640,768,800,1024,1280,1440,1680,1920],screensCss:{gt:!0,gte:!1,lt:!0,lte:!1,eq:!1},browsers:[{ie:{min:6,max:11}}],browserCss:{gt:!0,gte:!1,lt:!0,lte:!1,eq:!0},html5:!0,page:"-page",section:"-section",head:"head"},v,u,s,w,o,h,l,d,f,g,nt,e,b;if(n.head_conf)for(v in n.head_conf)n.head_conf[v]!==t&&(i[v]=n.head_conf[v]);u=n[i.head]=function(){u.ready.apply(null,arguments)};u.feature=function(n,t,i){return n?(Object.prototype.toString.call(t)==="[object Function]"&&(t=t.call()),r((t?"":"no-")+n),u[n]=!!t,i||(k("no-"+n),k(n),u.feature()),u):(c.className+=" "+a.join(" "),a=[],u)};u.feature("js",!0);s=rt.userAgent.toLowerCase();w=/mobile|android|kindle|silk|midp|phone|(windows .+arm|touch)/.test(s);u.feature("mobile",w,!0);u.feature("desktop",!w,!0);s=/(chrome|firefox)[ \/]([\w.]+)/.exec(s)||/(iphone|ipad|ipod)(?:.*version)?[ \/]([\w.]+)/.exec(s)||/(android)(?:.*version)?[ \/]([\w.]+)/.exec(s)||/(webkit|opera)(?:.*version)?[ \/]([\w.]+)/.exec(s)||/(msie) ([\w.]+)/.exec(s)||/(trident).+rv:(\w.)+/.exec(s)||[];o=s[1];h=parseFloat(s[2]);switch(o){case"msie":case"trident":o="ie";h=y.documentMode||h;break;case"firefox":o="ff";break;case"ipod":case"ipad":case"iphone":o="ios";break;case"webkit":o="safari"}for(u.browser={name:o,version:h},u.browser[o]=!0,l=0,d=i.browsers.length;l<d;l++)for(f in i.browsers[l])if(o===f)for(r(f),g=i.browsers[l][f].min,nt=i.browsers[l][f].max,e=g;e<=nt;e++)h>e?(i.browserCss.gt&&r("gt-"+f+e),i.browserCss.gte&&r("gte-"+f+e)):h<e?(i.browserCss.lt&&r("lt-"+f+e),i.browserCss.lte&&r("lte-"+f+e)):h===e&&(i.browserCss.lte&&r("lte-"+f+e),i.browserCss.eq&&r("eq-"+f+e),i.browserCss.gte&&r("gte-"+f+e));else r("no-"+f);r(o);r(o+parseInt(h,10));i.html5&&o==="ie"&&h<9&&p("abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|progress|section|summary|time|video".split("|"),function(n){y.createElement(n)});p(ut.pathname.split("/"),function(n,u){if(this.length>2&&this[u+1]!==t)u&&r(this.slice(u,u+1).join("-").toLowerCase()+i.section);else{var f=n||"index",e=f.indexOf(".");e>0&&(f=f.substring(0,e));c.id=f.toLowerCase()+i.page;u||r("root"+i.section)}});u.screen={height:n.screen.height,width:n.screen.width};tt();b=0;n.addEventListener?n.addEventListener("resize",it,!1):n.attachEvent("onresize",it)})(window);
|
3
|
+
/*! head.css3 - v1.0.0 */
|
4
|
+
(function(n,t){"use strict";function a(n){for(var r in n)if(i[n[r]]!==t)return!0;return!1}function r(n){var t=n.charAt(0).toUpperCase()+n.substr(1),i=(n+" "+c.join(t+" ")+t).split(" ");return!!a(i)}var h=n.document,o=h.createElement("i"),i=o.style,s=" -o- -moz- -ms- -webkit- -khtml- ".split(" "),c="Webkit Moz O ms Khtml".split(" "),l=n.head_conf&&n.head_conf.head||"head",u=n[l],f={gradient:function(){var n="background-image:";return i.cssText=(n+s.join("gradient(linear,left top,right bottom,from(#9f9),to(#fff));"+n)+s.join("linear-gradient(left top,#eee,#fff);"+n)).slice(0,-n.length),!!i.backgroundImage},rgba:function(){return i.cssText="background-color:rgba(0,0,0,0.5)",!!i.backgroundColor},opacity:function(){return o.style.opacity===""},textshadow:function(){return i.textShadow===""},multiplebgs:function(){i.cssText="background:url(https://),url(https://),red url(https://)";var n=(i.background||"").match(/url/g);return Object.prototype.toString.call(n)==="[object Array]"&&n.length===3},boxshadow:function(){return r("boxShadow")},borderimage:function(){return r("borderImage")},borderradius:function(){return r("borderRadius")},cssreflections:function(){return r("boxReflect")},csstransforms:function(){return r("transform")},csstransitions:function(){return r("transition")},touch:function(){return"ontouchstart"in n},retina:function(){return n.devicePixelRatio>1},fontface:function(){var t=u.browser.name,n=u.browser.version;switch(t){case"ie":return n>=9;case"chrome":return n>=13;case"ff":return n>=6;case"ios":return n>=5;case"android":return!1;case"webkit":return n>=5.1;case"opera":return n>=10;default:return!1}}};for(var e in f)f[e]&&u.feature(e,f[e].call(),!0);u.feature()})(window);
|
5
|
+
/*! head.load - v1.0.3 */
|
6
|
+
(function(n,t){"use strict";function w(){}function u(n,t){if(n){typeof n=="object"&&(n=[].slice.call(n));for(var i=0,r=n.length;i<r;i++)t.call(n,n[i],i)}}function it(n,i){var r=Object.prototype.toString.call(i).slice(8,-1);return i!==t&&i!==null&&r===n}function s(n){return it("Function",n)}function a(n){return it("Array",n)}function et(n){var i=n.split("/"),t=i[i.length-1],r=t.indexOf("?");return r!==-1?t.substring(0,r):t}function f(n){(n=n||w,n._done)||(n(),n._done=1)}function ot(n,t,r,u){var f=typeof n=="object"?n:{test:n,success:!t?!1:a(t)?t:[t],failure:!r?!1:a(r)?r:[r],callback:u||w},e=!!f.test;return e&&!!f.success?(f.success.push(f.callback),i.load.apply(null,f.success)):e||!f.failure?u():(f.failure.push(f.callback),i.load.apply(null,f.failure)),i}function v(n){var t={},i,r;if(typeof n=="object")for(i in n)!n[i]||(t={name:i,url:n[i]});else t={name:et(n),url:n};return(r=c[t.name],r&&r.url===t.url)?r:(c[t.name]=t,t)}function y(n){n=n||c;for(var t in n)if(n.hasOwnProperty(t)&&n[t].state!==l)return!1;return!0}function st(n){n.state=ft;u(n.onpreload,function(n){n.call()})}function ht(n){n.state===t&&(n.state=nt,n.onpreload=[],rt({url:n.url,type:"cache"},function(){st(n)}))}function ct(){var n=arguments,t=n[n.length-1],r=[].slice.call(n,1),f=r[0];return(s(t)||(t=null),a(n[0]))?(n[0].push(t),i.load.apply(null,n[0]),i):(f?(u(r,function(n){s(n)||!n||ht(v(n))}),b(v(n[0]),s(f)?f:function(){i.load.apply(null,r)})):b(v(n[0])),i)}function lt(){var n=arguments,t=n[n.length-1],r={};return(s(t)||(t=null),a(n[0]))?(n[0].push(t),i.load.apply(null,n[0]),i):(u(n,function(n){n!==t&&(n=v(n),r[n.name]=n)}),u(n,function(n){n!==t&&(n=v(n),b(n,function(){y(r)&&f(t)}))}),i)}function b(n,t){if(t=t||w,n.state===l){t();return}if(n.state===tt){i.ready(n.name,t);return}if(n.state===nt){n.onpreload.push(function(){b(n,t)});return}n.state=tt;rt(n,function(){n.state=l;t();u(h[n.name],function(n){f(n)});o&&y()&&u(h.ALL,function(n){f(n)})})}function at(n){n=n||"";var t=n.split("?")[0].split(".");return t[t.length-1].toLowerCase()}function rt(t,i){function e(t){t=t||n.event;u.onload=u.onreadystatechange=u.onerror=null;i()}function o(f){f=f||n.event;(f.type==="load"||/loaded|complete/.test(u.readyState)&&(!r.documentMode||r.documentMode<9))&&(n.clearTimeout(t.errorTimeout),n.clearTimeout(t.cssTimeout),u.onload=u.onreadystatechange=u.onerror=null,i())}function s(){if(t.state!==l&&t.cssRetries<=20){for(var i=0,f=r.styleSheets.length;i<f;i++)if(r.styleSheets[i].href===u.href){o({type:"load"});return}t.cssRetries++;t.cssTimeout=n.setTimeout(s,250)}}var u,h,f;i=i||w;h=at(t.url);h==="css"?(u=r.createElement("link"),u.type="text/"+(t.type||"css"),u.rel="stylesheet",u.href=t.url,t.cssRetries=0,t.cssTimeout=n.setTimeout(s,500)):(u=r.createElement("script"),u.type="text/"+(t.type||"javascript"),u.src=t.url);u.onload=u.onreadystatechange=o;u.onerror=e;u.async=!1;u.defer=!1;t.errorTimeout=n.setTimeout(function(){e({type:"timeout"})},7e3);f=r.head||r.getElementsByTagName("head")[0];f.insertBefore(u,f.lastChild)}function vt(){for(var t,u=r.getElementsByTagName("script"),n=0,f=u.length;n<f;n++)if(t=u[n].getAttribute("data-headjs-load"),!!t){i.load(t);return}}function yt(n,t){var v,p,e;return n===r?(o?f(t):d.push(t),i):(s(n)&&(t=n,n="ALL"),a(n))?(v={},u(n,function(n){v[n]=c[n];i.ready(n,function(){y(v)&&f(t)})}),i):typeof n!="string"||!s(t)?i:(p=c[n],p&&p.state===l||n==="ALL"&&y()&&o)?(f(t),i):(e=h[n],e?e.push(t):e=h[n]=[t],i)}function e(){if(!r.body){n.clearTimeout(i.readyTimeout);i.readyTimeout=n.setTimeout(e,50);return}o||(o=!0,vt(),u(d,function(n){f(n)}))}function k(){r.addEventListener?(r.removeEventListener("DOMContentLoaded",k,!1),e()):r.readyState==="complete"&&(r.detachEvent("onreadystatechange",k),e())}var r=n.document,d=[],h={},c={},ut="async"in r.createElement("script")||"MozAppearance"in r.documentElement.style||n.opera,o,g=n.head_conf&&n.head_conf.head||"head",i=n[g]=n[g]||function(){i.ready.apply(null,arguments)},nt=1,ft=2,tt=3,l=4,p;if(r.readyState==="complete")e();else if(r.addEventListener)r.addEventListener("DOMContentLoaded",k,!1),n.addEventListener("load",e,!1);else{r.attachEvent("onreadystatechange",k);n.attachEvent("onload",e);p=!1;try{p=!n.frameElement&&r.documentElement}catch(wt){}p&&p.doScroll&&function pt(){if(!o){try{p.doScroll("left")}catch(t){n.clearTimeout(i.readyTimeout);i.readyTimeout=n.setTimeout(pt,50);return}e()}}()}i.load=i.js=ut?lt:ct;i.test=ot;i.ready=yt;i.ready(r,function(){y()&&u(h.ALL,function(n){f(n)});i.feature&&i.feature("domloaded",!0)})})(window);
|
7
|
+
/*
|
8
|
+
//# sourceMappingURL=head.min.js.map
|
9
|
+
*/
|
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "reveal.js",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.3.0",
|
4
4
|
"description": "The HTML Presentation Framework",
|
5
5
|
"homepage": "http://lab.hakim.se/reveal-js",
|
6
6
|
"subdomain": "revealjs",
|
7
|
+
"main": "js/reveal.js",
|
7
8
|
"scripts": {
|
8
9
|
"test": "grunt test",
|
9
|
-
"start": ""
|
10
|
+
"start": "grunt serve"
|
10
11
|
},
|
11
12
|
"author": {
|
12
13
|
"name": "Hakim El Hattab",
|
@@ -18,31 +19,26 @@
|
|
18
19
|
"url": "git://github.com/hakimel/reveal.js.git"
|
19
20
|
},
|
20
21
|
"engines": {
|
21
|
-
"node": "~
|
22
|
+
"node": "~4.1.1"
|
22
23
|
},
|
23
24
|
"dependencies": {
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"mustache": "~
|
27
|
-
"socket.io": "~
|
25
|
+
"express": "~4.13.3",
|
26
|
+
"grunt-cli": "~0.1.13",
|
27
|
+
"mustache": "~2.2.1",
|
28
|
+
"socket.io": "~1.3.7"
|
28
29
|
},
|
29
30
|
"devDependencies": {
|
30
|
-
"grunt
|
31
|
-
"grunt-
|
32
|
-
"grunt-contrib-
|
33
|
-
"grunt-contrib-
|
34
|
-
"grunt-contrib-
|
35
|
-
"grunt-
|
36
|
-
"grunt-contrib-
|
37
|
-
"grunt-
|
38
|
-
"grunt-
|
39
|
-
"grunt": "~0.
|
40
|
-
"node-sass": "~
|
31
|
+
"grunt": "~0.4.5",
|
32
|
+
"grunt-autoprefixer": "~3.0.3",
|
33
|
+
"grunt-contrib-connect": "~0.11.2",
|
34
|
+
"grunt-contrib-cssmin": "~0.14.0",
|
35
|
+
"grunt-contrib-jshint": "~0.11.3",
|
36
|
+
"grunt-contrib-qunit": "~0.7.0",
|
37
|
+
"grunt-contrib-uglify": "~0.9.2",
|
38
|
+
"grunt-contrib-watch": "~0.6.1",
|
39
|
+
"grunt-sass": "~1.1.0-beta",
|
40
|
+
"grunt-zip": "~0.17.1",
|
41
|
+
"node-sass": "~3.3.3"
|
41
42
|
},
|
42
|
-
"
|
43
|
-
{
|
44
|
-
"type": "MIT",
|
45
|
-
"url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
|
46
|
-
}
|
47
|
-
]
|
43
|
+
"license": "MIT"
|
48
44
|
}
|