Source for serving and static templating/compiling of https://joshstock.in.
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
48 | 04 Jan 2020 12:53 | 6799f82 | Create git pager source | Josh Stockin | 1 | 17 | 0 | N |
1 | { |
2 | "name": "gitpager", |
3 | "version": "1.0.0", |
4 | "description": "", |
5 | "main": "index.js", |
6 | "private": true, |
7 | "dependencies": { |
8 | "express": "^4.17.1" |
9 | }, |
10 | "devDependencies": {}, |
11 | "scripts": { |
12 | "test": "echo \"Error: no test specified\" && exit 1" |
13 | }, |
14 | "keywords": [], |
15 | "author": "", |
16 | "license": "ISC" |
17 | } |
18 |