| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "leakypixel",
- "version": "0.0.1",
- "description": "Personal website",
- "scripts": {
- "watch": "node .npm-scripts/build-watcher.js",
- "build": "node .npm-scripts/build.js",
- "serve": "ecstatic output/"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/leakypixel/leakypixel.git"
- },
- "author": "Craig Fletcher <hi@leakypixel.net>",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/leakypixel/leakypixel/issues"
- },
- "dependencies": {
- "chokidar": "^3.3.1",
- "ecstatic": "^4.1.2",
- "node-summarizer": "^1.0.7"
- },
- "homepage": "https://leakypixel.net/",
- "devDependencies": {
- "careless-fs": "^1.0.0",
- "grapefruit": "github:leakypixel/grapefruit",
- "handlebars": "^4.5.3",
- "html-minifier": "^3.5.21",
- "hubdown": "github:leakypixel/hubdown",
- "imagemin": "^7.0.0",
- "imagemin-jpegtran": "^6.0.0",
- "imagemin-pngquant": "^8.0.0",
- "imagemin-svgo": "^7.0.0",
- "recursive-readdir": "^2.2.2",
- "rimraf": "^3.0.0",
- "simple-git": "^1.126.0",
- "uglify-js": "^3.6.9"
- }
- }
|