npm init
This commit is contained in:
parent
03a7594f00
commit
7c428d61bf
1 changed files with 22 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "gaiety-life",
|
||||
"version": "2.0.0",
|
||||
"description": "Gaiety's Blog",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@gitlab.com/gaiety/gaiety-life.git"
|
||||
},
|
||||
"keywords": [
|
||||
"blog"
|
||||
],
|
||||
"author": "Ava Wroten",
|
||||
"license": "The Unlicense",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/gaiety/gaiety-life/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/gaiety/gaiety-life#readme"
|
||||
}
|
Loading…
Add table
Reference in a new issue