forked from tools/josh
1
0
Fork 0
josh/package.json

22 lines
575 B
JSON

{
"name": "fwdekker.com",
"version": "1.0.0",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"dependencies": {},
"devDependencies": {
"grunt": "1.0.4",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-terser": "1.0.0",
"grunt-ts": "6.0.0-beta.22",
"typescript": "3.6.4"
},
"repository": {
"type": "git",
"url": "git@git.fwdekker.com:FWDekker/fwdekker.com.git"
},
"author": "Felix W. Dekker"
}