Skip to content

Commit

Permalink
add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed Jun 16, 2012
1 parent 0a7c782 commit 93c54f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 16 additions & 5 deletions package.json
@@ -1,11 +1,22 @@
{
"name": "plumb",
"version": "0.0.1",
{
"name": "plumbdb",
"description": "HTTP request handlers for building web services on top of LevelDB",
"dependencies": {
"leveldb": "git://github.com/maxogden/node-leveldb.git",
"JSONStream": "0.2.3",
"async": "0.1.22",
"microtime": "0.3.1",
"node-uuid": "1.3.3"
}
}
},
"tags": ["database", "leveldb", "api"],
"version": "0.0.1",
"author": "Max Ogden <max@maxogden.com>",
"repository": {
"type": "git",
"url": "http://github.com/maxogden/plumbdb.git"
},
"bugs": {
"url": "http://github.com/maxogden/plumbdb/issues"
},
"engines": ["node >= 0.6.x"]
}
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -2,4 +2,6 @@

HTTP request handlers for building web services on top of LevelDB

npm install plumbdb

To see a web server written using this check out [Plummet](https://github.com/maxogden/plummet)

0 comments on commit 93c54f9

Please sign in to comment.