Newer
Older
"description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js",
"main": "js/reveal.js",
"test": "grunt test",
"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": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.8.0",

Yves Delley
committed
"grunt-autoprefixer": "~1.0.1",
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
}
]