-
- Downloads
Merge branch 'upgrade-to-grunt-0.4' of https://github.com/boazsender/reveal.js into dev
No related branches found
No related tags found
{ | { | ||
"name": "reveal.js", | "name": "reveal.js", | ||
"version": "2.3.0", | "version": "2.3.0", | ||
"description": "The HTML Presentation Framework", | "description": "The HTML Presentation Framework", | ||
"homepage": "http://lab.hakim.se/reveal-js", | "homepage": "http://lab.hakim.se/reveal-js", | ||
"author": { | "author": { | ||
"name": "Hakim El Hattab", | "name": "Hakim El Hattab", | ||
"email": "hakim.elhattab@gmail.com", | "email": "hakim.elhattab@gmail.com", | ||
"web": "http://hakim.se" | "web": "http://hakim.se" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git://github.com/hakimel/reveal.js.git" | "url": "git://github.com/hakimel/reveal.js.git" | ||
}, | }, | ||
"engines": { | "engines": { | ||
"node": "~0.8.0" | "node": "~0.8.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "grunt lint qunit" | "test": "grunt lint qunit" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"underscore" : "~1.3.3", | "underscore": "~1.3.3", | ||
"express" : "~2.5.9", | "express": "~2.5.9", | ||
"socket.io" : "~0.9.6", | "socket.io": "~0.9.6", | ||
"mustache" : "~0.4.0" | "mustache": "~0.4.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt-contrib-mincss": "~0.3.1", | "grunt-contrib-jshint": "~0.2.0", | ||
"grunt": "~0.3.17" | "grunt-contrib-cssmin": "~0.4.1", | ||
} | "grunt-contrib-uglify": "~0.1.1", | ||
"grunt-contrib-watch": "~0.2.0", | |||
"grunt": "~0.4.0" | |||
} | |||
} | } |
Please register or sign in to comment