forked from uofa-cmput404/cmput404-slides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "cmput404-slides",
"version": "2019.01.09",
"description": "University of Alberta CMPUT 404 Slides",
"homepage": "https://uofa-cmput404.github.io/cmput404-slides/",
"scripts": {
"start": "grunt serve",
"build": "grunt"
},
"author": {
"name": "Hazel Victoria Campbell",
"email": "[email protected]",
"web": "http://"
},
"repository": {
"type": "git",
"url": "git://github.com/uofa-cmput404/cmput404-slides.git"
},
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-retire": "^1.0.7",
"grunt-sass": "^2.0.0",
"grunt-zip": "~0.17.1",
"js-beautify": "^1.8.9",
"mustache": "^2.3.0",
"socket.io": "^4.0.1"
},
"license": "MIT",
"dependencies": {
"chai": "^4.2.0",
"fitty": "^2.2.6",
"highlightjs": "^9.12.0",
"reveal.js": "^3.7.0",
"reveal.js-menu": "^1.2.0"
}
}