« get me outta code hell

initial commit - scratchblocks-generator-3 - scratchblocks generator for projects made in 3.0
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-12-16 18:00:43 -0400
committerFlorrie <towerofnix@gmail.com>2019-12-16 18:00:43 -0400
commit5ec73fd9d3a6018945464565fac5de9efe05466d (patch)
tree404f52f8becf6bc89ca9f23eda40ab715d02da93 /package.json
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6427530
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
+{
+  "name": "scratchblocks-generator-3",
+  "version": "0.0.1",
+  "description": "scratchblocks generator for projects made in 3.0",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "Florrie <towerofnix@gmail.com>",
+  "license": "GPL-3.0"
+}