Skip to content

Commit

Permalink
Initialize the project
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-stuhlmann committed Jul 9, 2019
0 parents commit 10019aa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{
"name": "color-converter-api",
"version": "1.0.0",
"description": "A simple API that converts color values",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peter-stuhlmann/ColorConverter-API.git"
},
"keywords": [
"API"
],
"author": "Peter R. Stuhlmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/peter-stuhlmann/ColorConverter-API/issues"
},
"homepage": "https://github.com/peter-stuhlmann/ColorConverter-API"
}

0 comments on commit 10019aa

Please sign in to comment.