Skip to content

Commit

Permalink
Add a package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpearson committed Mar 30, 2014
1 parent 98a4bf8 commit 0daa1e9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "ballparks",
"description": "A listing of MLB stadiums in JSON form, plus code to generate it",
"author": {
"name":"David Pearson",
"url":"http://dpearson.me"
},
"repository": {
"type":"git",
"url":"https://github.com/mlbscorebot/ballparks.git"
},
"version": "0.0.1",
"dependencies": {
},
"devDependencies": {
"coffee-script": "1.7.x"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"directories": {
"bin": "./bin"
},
"main": "./bin/fetchstadiums.js"
}

0 comments on commit 0daa1e9

Please sign in to comment.