| 1234567891011121314151617181920 |
- {
- "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>",
- "dependencies": {
- "careless-fs": "^1.0.0",
- "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/"
- }
|