| 123456789101112131415161718192021222324252627 |
- {
- "name": "CV",
- "version": "0.0.1",
- "description": "Craig Fletcher's CV",
- "scripts": {
- "build": "node .npm-scripts/build.js",
- "serve": "ecstatic output/"
- },
- "author": "Craig Fletcher <hi@leakypixel.net>",
- "repository": {
- "type": "git",
- "url": "git+https://git.lpapi.io/leakypixel/cv.git"
- },
- "bugs": {
- "url": "https://git.lpapi.io/leakypixel/cv/issues"
- },
- "dependencies": {
- "careless-fs": "github:leakypixel/careless-fs",
- "ecstatic": "^4.1.2",
- "grapefruit": "github:leakypixel/grapefruit",
- "handlebars": "^4.0.12",
- "html-minifier": "^3.5.21",
- "html-pdf": "^2.2.0",
- "markdown": "^0.5.0"
- },
- "homepage": "https://leakypixel.net/"
- }
|