aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
AgeCommit message (Collapse)Author
2016-03-06Remove unused dependencies.Benjamin Tan
2016-01-08merge conflictHakim El Hattab
2016-01-06Add the grunt-cli as a dependency instead of assuming global grunt.Victor Powell
2015-12-21updated to mustache 2.2.1Bjoern Kimminich
prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388)
2015-12-08remove redundant spaces.Bo-Yi Wu
2015-11-093.2.0Hakim El Hattab
2015-09-28Update dependencies to fix installationAdam Huffman
2015-06-25Merge pull request #1270 from jasonkarns/patch-1Hakim El Hattab
enabling launching presentation with npm-start
2015-06-16`licenses` field is deprecatedJason Karns
the `licenses` field in package.json is deprecated. https://docs.npmjs.com/files/package.json#license The `license` field is the recommended field and expects an SPDX expression.
2015-06-16enabling launching presentation with npm-startJason Karns
2015-05-183.1.0Hakim El Hattab
2015-04-12Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-04-12update cssmin to 0.12.2 #1179Hakim El Hattab
2015-03-14Make npm dependency usable by Browserify through NPMAlexandre Stanislawski
Right now the package is not recognized as usable library by Browserify. Adding the main attribute in the package.json solves that, and now gives others the possibility to use reveal as a library in more complex systems.
2015-01-06revise contribution guidelines, graduate 3.0 from devHakim El Hattab
2014-10-16update grunt connect for more hostname flexibility #981Hakim El Hattab
2014-10-16update grunt-qunitHakim El Hattab
2014-10-06reveal.css is now scss, merge autoprexier #1007Hakim El Hattab
2014-10-04merge #975 into devHakim El Hattab
2014-09-12merged dev branchYves Delley
2014-09-12re-created unprefixed version of reveal.css automatically using ↵Yves Delley
autoprefixer, to facilitate merging of changes to it
2014-09-05removed all vendor-prefixes from reveal.cssYves Delley
2014-07-18Update package.jsonmiira
2014-07-17removed ruby dependency.Miroslav Mocek
2014-06-09update to node 0.10Hakim El Hattab
2014-04-06next release will be 3.0.0Hakim El Hattab
2014-03-18use socket.io 0.9.16Hakim El Hattab
2014-03-18update version to 2.6.2 to fix broken tarball on npm #506Hakim El Hattab
2014-02-28change version to 2.7.0 (dev)Hakim El Hattab
2013-12-05grunt serve starts the browser and livereloads changes in the presentationDaniel Wegener
- upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin
2013-12-022.6.1 #734Hakim El Hattab
2013-11-27remove dev flag from versionHakim El Hattab
2013-09-03update grunt and node dependency versionsHakim El Hattab
2013-08-24include dev flag in versionHakim El Hattab
2013-08-24add test task, avoid attempt to run tests in unrelated html filesHakim El Hattab
2013-08-22run unit tests as part of grunt build and ciHakim El Hattab
2013-08-22add qunit grunt dependencyHakim El Hattab
2013-08-222.6.0Hakim El Hattab
2013-05-12upgrade to 2.5.0Hakim El Hattab
2013-05-04add package and serve grunt tasks (closes #437)Hakim El Hattab
2013-03-30Merge branch 'master' of https://github.com/theoreticaLee/reveal.js into devHakim El Hattab
2013-03-27Add Reveal.js license to package.jsonLee Leathers
2013-03-17update version to 2.4Hakim El Hattab
2013-03-08merge in multiplex (#98)Hakim El Hattab
2013-03-08Bring multiplex up to dateDavid Banham
2013-03-04add grunt sass theme taskHakim El Hattab
2013-02-27attempt n2 to fix grunt in travis ci buildHakim El Hattab
2013-02-27upgrading to grunt 0.4. resolves #349.Boaz Sender
2013-01-27updated to v2.3, initial implementation of uniformly scaled presentations (#310)Hakim El Hattab
2013-01-21Add grunt as a dev dependencyNick Schonning
2013-01-21Add npm script tage the Travis automatically executesNick Schonning
Set targets to lint, and quint for when the testing is implemented
2012-11-12Use grunt-contrib-mincss ~0.3.1Josh Nichols
Was at ~0.3.2, but doesn't seem to have been released properly.
2012-11-11add grunt.js build file (closes #235)Hakim El Hattab
2012-09-11package.json for node 0.8+Rebecca Murphey
2012-07-01include underscore as a dependency for npmHakim El Hattab
2012-06-17add mustache dependencyRebecca Murphey
2012-06-07taking a stab at a presenter notes serverRebecca Murphey