-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.15 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.15 KB
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
{
"name": "killrvideo.github.io",
"version": "1.0.0",
"description": "The docs and info site for Killrvideo at https://killrvideo.github.io",
"scripts": {
"postinstall": "sed -i.bak 's/@extend .delete.is-small/@extend .delete, .is-small/' node_modules/bulma/sass/elements/other.sass && rm -f node_modules/bulma/sass/elements/other.sass.bak",
"clean": "rm -rf _site",
"build": "eleventy",
"watch": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KillrVideo/killrvideo.github.io.git"
},
"author": "Luke Tillman <luke@luketillman.com> (http://www.luketillman.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/KillrVideo/killrvideo.github.io/issues"
},
"homepage": "https://killrvideo.github.io",
"private": true,
"devDependencies": {
"@11ty/eleventy": "^2.0",
"cheerio": "^0.20.0",
"eleventy-sass": "^2.0",
"fast-glob": "^3.0",
"highlight.js": "^11.0.0",
"js-yaml": "^3.6.1",
"markdown-it": "^13.0",
"markdown-it-anchor": "^8.0",
"sass": "^1.77.0"
},
"dependencies": {
"bulma": "^0.1.0",
"font-awesome": "^4.6.3"
}
}