github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/docs/slides/package.json (about) 1 { 2 "name": "reveal.js", 3 "version": "3.6.0", 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": ">=4.0.0" 24 }, 25 "devDependencies": { 26 "express": "^4.15.2", 27 "grunt": "^1.0.1", 28 "grunt-autoprefixer": "^3.0.4", 29 "grunt-cli": "^1.2.0", 30 "grunt-contrib-connect": "^1.0.2", 31 "grunt-contrib-cssmin": "^2.1.0", 32 "grunt-contrib-jshint": "^1.1.0", 33 "grunt-contrib-qunit": "~1.2.0", 34 "grunt-contrib-uglify": "^2.3.0", 35 "grunt-contrib-watch": "^1.0.0", 36 "grunt-sass": "^2.0.0", 37 "grunt-retire": "^1.0.7", 38 "grunt-zip": "~0.17.1", 39 "mustache": "^2.3.0", 40 "socket.io": "^1.7.3" 41 }, 42 "license": "MIT" 43 }