-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.9 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_from": "reveal.js",
"_id": "reveal.js@3.9.2",
"_inBundle": false,
"_integrity": "sha512-Dvv2oA9FrtOHE2DWj5js8pMRfwq++Wmvsn1EyAdYLC80lBjTphns+tPsB652Bnvep9AVviuVS/b4XoVY9rXHLA==",
"_location": "/reveal.js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "reveal.js",
"name": "reveal.js",
"escapedName": "reveal.js",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.9.2.tgz",
"_shasum": "7f63d3dfec338b6c313dcabdf006e8cf80e0b358",
"_spec": "reveal.js",
"_where": "/Users/hec/githubtraining/caption-this-template",
"author": {
"name": "Hakim El Hattab",
"email": "hakim.elhattab@gmail.com",
"url": "http://hakim.se"
},
"bugs": {
"url": "https://github.com/hakimel/reveal.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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.13.1",
"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.9.2"
}