aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-10-02 21:15:53 +1100
committerTerry Truong <terry06890@gmail.com>2022-10-02 21:15:53 +1100
commit3e256d2fd048997370b2c043ea293ea9a3e2430c (patch)
tree14ea5dc358720ce9adedaaae3240e0b3d8f18793 /package.json
parent149dc178c491d8e447a05ff3705fdc6ceddf129e (diff)
Add gen_imgs.py
Add package.json, for using npm package smartcrop-cli Add unit test
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 13 insertions, 0 deletions
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"
+ }
+}