Skip to content

Commit

Permalink
moved node_modules to package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Goodman committed Apr 12, 2012
1 parent 17013a1 commit 2d282dd
Show file tree
Hide file tree
Showing 2 changed files with 26 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/*
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"author": "Pete X. Graham",
"name": "Node-Rss-to-Twitter",
"description": "Node.js app to push new rss items to twitter",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/pxg/Node-Rss-to-Twitter.git"
},
"dependencies": {
"express" : "2.5.x",
"formidable" : "1.0.x",
"htmlparser" : "1.8.x",
"jsdom" : "0.2.x",
"mime" : "1.2.x",
"oauth" : "0.9.x",
"qs" : "0.4.x",
"request" : "2.9.x"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}

0 comments on commit 2d282dd

Please sign in to comment.