Create simple package.json
This commit is contained in:
parent
c25605ed06
commit
e359166e2f
1 changed files with 18 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "md-pdf",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/RealOrangeOne/md-pdf.git"
|
||||
},
|
||||
"author": "",
|
||||
"bugs": {
|
||||
"url": "https://github.com/RealOrangeOne/md-pdf/issues"
|
||||
},
|
||||
"homepage": "https://github.com/RealOrangeOne/md-pdf#readme"
|
||||
}
|
Reference in a new issue