Skip to content

Commit

Permalink
add start
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcurry committed Jul 28, 2017
1 parent 557fb23 commit d8d8f29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"dependencies": {
"express": "^4.15.3"
},
"name": "property-buddy",
"version": "1.0.0",
"description": "finds and presents useful data about a location",
"main": "app.js",
"devDependencies": {},
"dependencies": {
"express": "^4.15.3"
},
"scripts": {
"start": "heroku local -p 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kevin Curry",
Expand Down

0 comments on commit d8d8f29

Please sign in to comment.