From 8592e25b4d36a83ca1c81d49e24c12e0315085cb Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 5 Jun 2018 19:53:57 -0300 Subject: "Initial" commit --- package.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..3d5c4be --- /dev/null +++ b/package.json @@ -0,0 +1,35 @@ +{ + "dependencies": { + "cheerio": "^1.0.0-rc.1", + "fix-whitespace": "^1.0.2", + "js-yaml": "^3.8.3", + "katex": "^0.7.1", + "marked": "^0.3.6", + "mathjax-node": "^1.1.0", + "ncp": "^2.0.0" + }, + "name": "blog", + "description": "A new version of the old blog. Static pages are served now, so that's good. Check out the blog online here! https://towerofnix.github.io/blog/", + "version": "1.0.0", + "main": "build.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build": "node build.js", + "publish": "export BLOG_ORIGIN='https://towerofnix.github.io/blog/' && node build.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/towerofnix/blog.git" + }, + "keywords": [ + "gh-pages", + "blogs", + "blog-engine" + ], + "author": "towerofnix", + "license": "MIT", + "bugs": { + "url": "https://github.com/towerofnix/blog/issues" + }, + "homepage": "https://github.com/towerofnix/blog#readme" +} -- cgit 1.3.0-6-gf8a5