mirror of
https://github.com/FullScreenShenanigans/ModAttachr.git
synced 2026-08-12 02:18:09 -07:00
Added package.json
Whoo, 0.1.0!
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user