npm init
This commit is contained in:
commit
6af626f518
1 changed files with 19 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "pronoun-monster",
|
||||
"version": "0.1.0",
|
||||
"description": "Rawr, if you must refer to me this is how you may",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "ava"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@gitlab.com/gaiety/pronoun-monster.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "Unlicense",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/gaiety/pronoun-monster/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/gaiety/pronoun-monster#readme"
|
||||
}
|
Loading…
Add table
Reference in a new issue