2012-06-08 05:21:14 +02:00
|
|
|
{
|
2012-07-01 22:39:08 +02:00
|
|
|
"name": "reveal.js",
|
2013-01-28 05:27:14 +01:00
|
|
|
"version": "2.3.0",
|
2012-11-11 16:01:05 +01:00
|
|
|
"description": "The HTML Presentation Framework",
|
|
|
|
"homepage": "http://lab.hakim.se/reveal-js",
|
|
|
|
"author": {
|
|
|
|
"name": "Hakim El Hattab",
|
|
|
|
"email": "hakim.elhattab@gmail.com",
|
|
|
|
"web": "http://hakim.se"
|
|
|
|
},
|
2012-07-01 22:39:08 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/hakimel/reveal.js.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
2012-09-11 18:45:55 +02:00
|
|
|
"node": "~0.8.0"
|
2012-07-01 22:39:08 +02:00
|
|
|
},
|
2013-01-21 21:28:46 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt lint qunit"
|
|
|
|
},
|
2012-07-01 22:39:08 +02:00
|
|
|
"dependencies": {
|
2012-09-11 18:45:55 +02:00
|
|
|
"underscore" : "~1.3.3",
|
|
|
|
"express" : "~2.5.9",
|
|
|
|
"socket.io" : "~0.9.6",
|
|
|
|
"mustache" : "~0.4.0"
|
2012-07-01 22:39:08 +02:00
|
|
|
},
|
2012-11-11 16:01:05 +01:00
|
|
|
"devDependencies": {
|
2013-01-21 21:46:23 +01:00
|
|
|
"grunt-contrib-mincss": "~0.3.1",
|
|
|
|
"grunt": "~0.3.17"
|
2012-11-11 16:01:05 +01:00
|
|
|
}
|
2012-06-08 05:21:14 +02:00
|
|
|
}
|