2012-06-08 03:21:14 +00:00
|
|
|
{
|
2013-02-27 07:26:24 +00:00
|
|
|
"name": "reveal.js",
|
2015-05-18 06:36:47 +00:00
|
|
|
"version": "3.1.0",
|
2013-02-27 07:26:24 +00:00
|
|
|
"description": "The HTML Presentation Framework",
|
|
|
|
"homepage": "http://lab.hakim.se/reveal-js",
|
2013-03-08 00:51:58 +00:00
|
|
|
"subdomain": "revealjs",
|
2015-03-14 19:05:05 +00:00
|
|
|
"main": "js/reveal.js",
|
2013-03-08 00:51:58 +00:00
|
|
|
"scripts": {
|
2013-08-24 14:52:35 +00:00
|
|
|
"test": "grunt test",
|
2015-06-16 14:39:58 +00:00
|
|
|
"start": "grunt serve"
|
2013-03-08 00:51:58 +00:00
|
|
|
},
|
2013-02-27 07:26:24 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Hakim El Hattab",
|
|
|
|
"email": "hakim.elhattab@gmail.com",
|
|
|
|
"web": "http://hakim.se"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/hakimel/reveal.js.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
2015-09-28 15:39:09 +00:00
|
|
|
"node": "~4.1.1"
|
2013-02-27 07:26:24 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-09-28 15:39:09 +00:00
|
|
|
"underscore": "~1.8.3",
|
|
|
|
"express": "~4.13.3",
|
|
|
|
"mustache": "~2.1.3",
|
|
|
|
"socket.io": "~1.3.7"
|
2013-02-27 07:26:24 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-09-28 15:39:09 +00:00
|
|
|
"grunt-contrib-qunit": "~0.7.0",
|
|
|
|
"grunt-contrib-jshint": "~0.11.3",
|
|
|
|
"grunt-contrib-cssmin": "~0.14.0",
|
|
|
|
"grunt-contrib-uglify": "~0.9.2",
|
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
|
|
"grunt-sass": "~1.1.0-beta",
|
|
|
|
"grunt-contrib-connect": "~0.11.2",
|
|
|
|
"grunt-autoprefixer": "~3.0.3",
|
|
|
|
"grunt-zip": "~0.17.1",
|
|
|
|
"grunt": "~0.4.5",
|
|
|
|
"node-sass": "~3.3.3"
|
2013-03-27 07:23:17 +00:00
|
|
|
},
|
2015-06-16 14:43:20 +00:00
|
|
|
|
|
|
|
"license": "MIT"
|
2012-06-08 03:21:14 +00:00
|
|
|
}
|