chordsketch 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # chordsketch
2
+
3
+ ChordPro parser and renderer. This package is a name reservation — the real package is coming soon.
4
+
5
+ See https://github.com/koedame/chordsketch for details.
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "chordsketch",
3
+ "version": "0.0.1",
4
+ "description": "ChordPro parser and renderer (name reservation)",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/koedame/chordsketch.git"
9
+ },
10
+ "homepage": "https://github.com/koedame/chordsketch",
11
+ "keywords": ["chordpro", "music", "chord", "parser", "lyrics"]
12
+ }