Skip to content

Commit

Permalink
npm'ified the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jlleblanc committed Nov 15, 2011
1 parent 1647eb7 commit 681f90e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "node-joomla",
"version": "1.0",
"description": "Connects to a Joomla database and session",
"keywords": ["joomla", "web", "database", "session"],
"author": "Joe LeBlanc <contact@jlleblanc.com> (http://jlleblanc.com)",
"dependencies": {
"db-mysql": ">= 0.7.1"
},
"main": "index",
"engines": { "node": ">= 0.4.1" }
}

0 comments on commit 681f90e

Please sign in to comment.