Skip to content

Commit

Permalink
NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
akaspin committed Nov 23, 2010
1 parent 798fad1 commit 5b931c3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,13 @@ Daleth is very simple router.

*In the Phoenician alphabet "Daleth" indicates door.

## Installation

You can install *daleth* as usual - by copy "daleth" directory in your
`~/.node_libraries` or via *npm*

npm install daleth

## Usage

Usage of *daleth* is very simple:
Expand Down
32 changes: 32 additions & 0 deletions package.json
@@ -0,0 +1,32 @@
{
"name" : "daleth",
"description" : "Simple router for node.js",
"version" : "0.1.0",
"main" : "./index",
"author" : "Alexander Dorofeev",
"maintainers" : [
{
"name" : "Alexander Dorofeev",
"email" : "aka.spin@gmail.com"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/akaspin/daleth.git"
},
"bugs" : {
"web" : "http://github.com/akaspin/daleth/issues"
},
"directories" : {
"test" : "./test"
},
"scripts" : {
"test" : "make test"
},
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/akaspin/nun/daleth/master/LICENSE"
}
]
}

0 comments on commit 5b931c3

Please sign in to comment.