Skip to content

Commit

Permalink
Added package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
evo777 committed Jan 20, 2017
1 parent 6f08868 commit 5938f28
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "digital-clock",
"version": "1.0.0",
"description": "Clock that tells the current time",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evo777/digital-clock.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/evo777/digital-clock/issues"
},
"homepage": "https://github.com/evo777/digital-clock#readme",
"dependencies": {
"express": "^4.14.0"
}
}

0 comments on commit 5938f28

Please sign in to comment.