fa20-bt/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

{
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",
"main": "js/reveal.js",
2013-03-08 00:51:58 +00:00
"scripts": {
"test": "grunt test",
"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": {
2014-06-09 10:18:37 +00:00
"node": "~0.10.0"
2013-02-27 07:26:24 +00:00
},
"dependencies": {
"underscore": "~1.5.1",
2013-02-27 07:26:24 +00:00
"express": "~2.5.9",
"mustache": "~0.7.2",
2014-03-18 14:22:34 +00:00
"socket.io": "~0.9.16"
2013-02-27 07:26:24 +00:00
},
"devDependencies": {
2014-10-16 10:21:16 +00:00
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-jshint": "~0.6.4",
2015-04-12 15:20:07 +00:00
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
2014-07-17 15:11:22 +00:00
"grunt-sass": "~0.14.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-autoprefixer": "~1.0.1",
"grunt-zip": "~0.7.0",
2014-07-17 15:11:22 +00:00
"grunt": "~0.4.0",
"node-sass": "~0.9.3"
2013-03-27 07:23:17 +00:00
},
"license": "MIT"
}