about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2019-05-27 10:21:22 -0400
committerZach DeCook <zachdecook@gmail.com>2019-05-27 10:21:22 -0400
commit809c781bd557f24cc184b66b33651ee16d488dac (patch)
tree2482938ff1eb3de2d1e171d6ec25decf13ae379c /package.json
parent7f1d966165c912b9386eea97faa6434e036dab58 (diff)
downloadccharter-c-809c781bd557f24cc184b66b33651ee16d488dac.tar.gz
* Node: Make a node module
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..859f1bc
--- /dev/null
+++ b/package.json
@@ -0,0 +1,10 @@
+{
+  "name": "ccharter",
+  "version": "1.0.1",
+  "description": "Create simple chord diagrams on the web",
+  "main": "scripts/ccharter.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "mzarillo"
+}