add grunt.js build file (closes #235)

This commit is contained in:
Hakim El Hattab
2012-11-11 10:01:05 -05:00
parent 8e79f8592a
commit d6d0f40c5e
7 changed files with 150 additions and 124 deletions

View File

@ -1,8 +1,13 @@
{
"author": "Hakim El Hattab",
"name": "reveal.js",
"description": "HTML5 Slideware with Presenter Notes",
"version": "1.5.0",
"version": "2.2.0",
"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"
},
"repository": {
"type": "git",
"url": "git://github.com/hakimel/reveal.js.git"
@ -16,5 +21,7 @@
"socket.io" : "~0.9.6",
"mustache" : "~0.4.0"
},
"devDependencies": {}
"devDependencies": {
"grunt-contrib-mincss": "~0.3.2"
}
}