From 9cdce4254700691301608c6f1d3081950023cc4f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 6 Nov 2020 18:24:26 -0800 Subject: repo: initial :star: --- package.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..c55453c --- /dev/null +++ b/package.json @@ -0,0 +1,46 @@ +{ + "dependencies": { + "ejs": "^2.4.1", + "front-matter": "^3.0.2", + "glob": "^7.1.4", + "highlight.js": "^9.3.0", + "katex": "^0.10.2", + "marked": "^0.6.2", + "mkdirp": "^0.5.1", + "ncp": "^2.0.0", + "strftime": "^0.10.0" + }, + "devDependencies": { + "express": "^4.16.2", + "multer": "^1.3.0", + "nodemon": "^1.19.0", + "serve": "^11.0.0" + }, + "scripts": { + "build": "node index.js", + "build-prod": "node index.js", + "watch": "nodemon index.js", + "serve": "cd output && serve -l 8080", + "editor": "nodemon editor/editor.js" + }, + "nodemonConfig": { + "ignore": [ + "output/*" + ], + "ext": "js,md,css,ejs" + }, + "name": "thatjdanisso.cool", + "description": "This is a collection of node scripts to build my blog - https://thatjdanisso.cool", + "version": "1.0.0", + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/jdan/thatjdanisso.cool.git" + }, + "author": "Jordan Scales ", + "license": "ISC", + "bugs": { + "url": "https://github.com/jdan/thatjdanisso.cool/issues" + }, + "homepage": "https://github.com/jdan/thatjdanisso.cool#readme" +} -- cgit v1.2.3