Skip to content

Commit

Permalink
adding package.json to enable npm install in other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
opanitch committed Jan 5, 2021
1 parent 6f588c0 commit dc1b8cc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "resume.md",
"version": "2.5.0",
"description": "![Resume](resume.png)",
"main": "resume.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opanitch/resume.md.git"
},
"keywords": [
"resume"
],
"author": "Oren Panitch <oren@opanitch.com> (opanitch.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/opanitch/resume.md/issues"
},
"homepage": "https://github.com/opanitch/resume.md#readme"
}

0 comments on commit dc1b8cc

Please sign in to comment.