Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Koch committed Feb 18, 2018
1 parent 1639af0 commit e33aa19
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
node_modules
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "felixwiedemann",
"version": "1.0.0",
"description": "Website of Felix Wiedemann (Cinematographer)",
"dependencies": {},
"devDependencies": {},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/agorilla/felixwiedemann.git"
},
"author": "Simon Koch <agorilla@me.com>",
"bugs": {
"url": "https://github.com/agorilla/felixwiedemann/issues"
},
"homepage": "http://www.felixwiedemann.com"
}

0 comments on commit e33aa19

Please sign in to comment.