-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 878 Bytes
/
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
{
"name": "cctp631",
"version": "1.0.0",
"description": "Misinformation and Society",
"author": "Reed Piernock",
"homepage": "https://reedcodes.github.io/cctp631/",
"repository": {
"type": "git",
"url": "https://github.com/reedcodes/cctp631"
},
"bugs": {
"url": "https://github.com/reedcodes/cctp631/issues"
},
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@fortawesome/fontawesome-free": "^5.15.2",
"babel-preset-minify": "^0.5.1",
"bourbon": "^7.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-html-partial": "^1.0.1",
"include-media": "^1.4.9",
"jquery": "^3.6.0",
"reveal.js": "^4.1.0"
}
}