Skip to content

Commit

Permalink
Added the right dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
airportyh committed Jul 26, 2013
1 parent 186c5e3 commit f18a0fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"dependencies": {
"Set": "~0.4.1",
"browserify": "~2.25.0",
"ecstatic": "~0.4.5"
"ecstatic": "~0.4.5",
"commander": "~2.0.0",
"mkdirp": "~0.3.5",
"async": "~0.2.9",
"rimraf": "~2.2.2"
},
"bin": "cli.js",
"devDependencies": {},
Expand Down

0 comments on commit f18a0fa

Please sign in to comment.