npm init
This commit is contained in:
parent
d8a4d9f2b6
commit
4897901105
1 changed files with 19 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "fursona",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Homepage for Gaiety, the doggo",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+ssh://git@gitlab.com/gaiety/fursona.git"
|
||||||
|
},
|
||||||
|
"author": "Ava Wroten <ava@wroten.me> (https://www.gaiety.me/)",
|
||||||
|
"license": "ISC",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://gitlab.com/gaiety/fursona/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://gitlab.com/gaiety/fursona#readme"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue