Init npm
This commit is contained in:
parent
8c74c6d95f
commit
2eabf0893b
2 changed files with 22 additions and 0 deletions
5
package-lock.json
generated
Normal file
5
package-lock.json
generated
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "social-landing",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
17
package.json
Normal file
17
package.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "social-landing",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/RealOrangeOne/social-landing.git"
|
||||
},
|
||||
"author": "",
|
||||
"bugs": {
|
||||
"url": "https://github.com/RealOrangeOne/social-landing/issues"
|
||||
},
|
||||
"homepage": "https://github.com/RealOrangeOne/social-landing#readme"
|
||||
}
|
Reference in a new issue