github.com/mweagle/Sparta@v1.15.0/docs_source/static/presentations/reveal.js-3.9.2/package.json (about) 1 { 2 "name": "reveal.js", 3 "version": "3.9.2", 4 "description": "The HTML Presentation Framework", 5 "homepage": "http://revealjs.com", 6 "subdomain": "revealjs", 7 "main": "js/reveal.js", 8 "scripts": { 9 "test": "grunt test", 10 "start": "grunt serve", 11 "build": "grunt" 12 }, 13 "author": { 14 "name": "Hakim El Hattab", 15 "email": "hakim.elhattab@gmail.com", 16 "web": "http://hakim.se" 17 }, 18 "repository": { 19 "type": "git", 20 "url": "git://github.com/hakimel/reveal.js.git" 21 }, 22 "engines": { 23 "node": ">=9.0.0" 24 }, 25 "devDependencies": { 26 "express": "^4.16.2", 27 "grunt": "^1.0.4", 28 "grunt-autoprefixer": "^3.0.4", 29 "grunt-cli": "^1.3.2", 30 "grunt-contrib-connect": "^2.0.0", 31 "grunt-contrib-cssmin": "^3.0.0", 32 "grunt-contrib-jshint": "^2.0.0", 33 "grunt-contrib-qunit": "^3.1.0", 34 "grunt-contrib-uglify": "^3.3.0", 35 "grunt-contrib-watch": "^1.1.0", 36 "grunt-sass": "^3.0.2", 37 "grunt-zip": "~0.17.1", 38 "load-grunt-tasks": "^4.0.0", 39 "mustache": "^2.3.0", 40 "node-sass": "^4.13.1", 41 "socket.io": "^2.2.0" 42 }, 43 "license": "MIT" 44 }