Skip to content

Commit

Permalink
adding package for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Jan 10, 2011
1 parent 9f465b1 commit 7669bbd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A plugin for node.js which parses HTTP referrers for search engine names and search keywords.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{ "name" : "searchparser"
, "description" : "Parse referrer URLs for search engine name and keywords"
, "version" : "0.1.0"
, "author" : "Dan Grossman"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/dangrossman/node-searchparser.git"
}
, "bugs" :
{ "web" : "http://github.com/dangrossman/node-searchparser/issues"
}
, "bin" : { "searchparser" : "./searchparser.js" }
, "main" : "searchparser"
, "engines" : { "node" : ">=0.2.0" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/dangrossman/node-browscap/README.markdown"
}
]
}

0 comments on commit 7669bbd

Please sign in to comment.