diff options
| author | Zach DeCook <zachdecook@gmail.com> | 2019-05-27 10:21:22 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@gmail.com> | 2019-05-27 10:21:22 -0400 |
| commit | 809c781bd557f24cc184b66b33651ee16d488dac (patch) | |
| tree | 2482938ff1eb3de2d1e171d6ec25decf13ae379c /package.json | |
| parent | 7f1d966165c912b9386eea97faa6434e036dab58 (diff) | |
| download | ccharter-c-809c781bd557f24cc184b66b33651ee16d488dac.tar.gz | |
* Node: Make a node module
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
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" +} |
