Added package.json

Whoo, 0.1.0!
This commit is contained in:
Josh Goldberg
2015-03-08 03:09:46 -04:00
parent f06dc2e7a2
commit 1731aac213
+20
View File
@@ -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"
}]
}