commit 8db78ce8c4e1f9d4480c67a526d454feba171093 Author: Matt Huntington Date: Thu Jan 21 19:33:11 2016 -0500 npm init diff --git a/package.json b/package.json new file mode 100644 index 0000000..a756b97 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "tab-html-converter", + "version": "0.0.0", + "description": "Convert Notes To HTML", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "ssh://matt@ubuntu-powrpc/~/drive/git/tab_html_converter" + }, + "keywords": [ + "HTML", + "Notes" + ], + "author": "Matt Huntington", + "license": "MIT" +}