1
0
Fork 0
editiCollaborativo/static/reveal.js/package.json
2019-06-13 13:31:37 +03:00

75 lines
1.9 KiB
JSON

{
"_args": [
[
"reveal.js@3.8.0",
"/Users/aleksandrmyasoedov/gocode/src/github.com/msoedov/hacker-slides"
]
],
"_from": "reveal.js@3.8.0",
"_id": "reveal.js@3.8.0",
"_inBundle": false,
"_integrity": "sha512-MQ+UBXIIL9IyBXhkLZWb/AG5h5/BedmnHXHIEavMBawNLVfAayvTrwNlDjGn4tf/CQ2CTJR8jSyIdu4RpfoLpg==",
"_location": "/reveal.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "reveal.js@3.8.0",
"name": "reveal.js",
"escapedName": "reveal.js",
"rawSpec": "3.8.0",
"saveSpec": null,
"fetchSpec": "3.8.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.8.0.tgz",
"_spec": "3.8.0",
"_where": "/Users/aleksandrmyasoedov/gocode/src/github.com/msoedov/hacker-slides",
"author": {
"name": "Hakim El Hattab",
"email": "hakim.elhattab@gmail.com",
"url": "http://hakim.se"
},
"bugs": {
"url": "https://github.com/hakimel/reveal.js/issues"
},
"description": "The HTML Presentation Framework",
"devDependencies": {
"express": "^4.16.2",
"grunt": "^1.0.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.0.2",
"grunt-zip": "~0.17.1",
"load-grunt-tasks": "^4.0.0",
"mustache": "^2.3.0",
"node-sass": "^4.11.0",
"socket.io": "^2.2.0"
},
"engines": {
"node": ">=9.0.0"
},
"homepage": "http://revealjs.com",
"license": "MIT",
"main": "js/reveal.js",
"name": "reveal.js",
"repository": {
"type": "git",
"url": "git://github.com/hakimel/reveal.js.git"
},
"scripts": {
"build": "grunt",
"start": "grunt serve",
"test": "grunt test"
},
"subdomain": "revealjs",
"version": "3.8.0"
}