NPM Init
This commit is contained in:
parent
f7355793db
commit
76fb085ef3
1 changed files with 15 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "haxsocial",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://forgejo.hax.social/rallias/haxsocial.git"
|
||||
},
|
||||
"author": "Andrew Pietila <a.pietila@protonmail.com>",
|
||||
"license": "WTFPL"
|
||||
}
|
Loading…
Reference in a new issue