diff --git a/package.json b/package.json new file mode 100644 index 0000000..b3f1a89 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "ModAttachr", + "description": "ModAttachr - An addon for for extensible modding functionality.", + "version": "0.1.0", + "author": { + "name": "Josh Goldberg", + "email": "josh@fullscreenmario.com" + }, + "repository": { + "type": "git", + "url": "ssh://git@github.com:FullScreenShenanigans/ModAttachr.git" + }, + "bugs": { + "url": "https://github.com/FullScreenShenanigans/ModAttachr/issues" + }, + "licenses": [{ + "type": "Attribution Non-Commercial Share-Alike", + "url": "https://github.com/FullScreenShenanigans/ModAttachr/blob/master/LICENSE.txt" + }] +} \ No newline at end of file