|
|
|
@ -1,18 +1,17 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "tab-html-converter",
|
|
|
|
"name": "cml-html-converter",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Convert Notes To HTML",
|
|
|
|
"description": "Convert CML To HTML",
|
|
|
|
"main": "index.js",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://matt@ubuntu-powrpc/~/drive/git/tab_html_converter"
|
|
|
|
"url": "https://github.com/mahuntington/cml-html-converter.git"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"keywords": [
|
|
|
|
"HTML",
|
|
|
|
"CML"
|
|
|
|
"Notes"
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"author": "Matt Huntington",
|
|
|
|
"author": "Matt Huntington",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
|