From 3e256d2fd048997370b2c043ea293ea9a3e2430c Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 2 Oct 2022 21:15:53 +1100 Subject: Add gen_imgs.py Add package.json, for using npm package smartcrop-cli Add unit test --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..882895f --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "histplorer", + "version": "0.1.0", + "description": "An interactive historical timeline", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Terry Truong", + "license": "MIT", + "devDependencies": { + "smartcrop-cli": "^2.0.3" + } +} -- cgit v1.2.3