Create simple package.json

This commit is contained in:
Jake Howard 2017-03-31 18:29:42 +01:00
parent c25605ed06
commit e359166e2f

18
package.json Normal file
View 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"
}