Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
updated package.json for npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed Jun 20, 2010
1 parent 606b329 commit fd6cbc9
Showing 1 changed file with 14 additions and 28 deletions.
42 changes: 14 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
{
name: "(fab)",
description: "A modular async web framework for node.js",
maintainers: [
{
name: "Jed Schmidt",
web: "http://github.com/jed"
{ "name" : "fab"
, "description" : "A modular async web framework for node.js"
, "version" : "0.4.0"
, "author" : "Jed Schmidt <tr@nslator.jp>"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/jed/fab.git"
}
, "main" : "./index"
, "engines": [ "node" ]
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/jed/fab/blob/master/LICENSE.txt"
}
],
bugs: {
web: "http://github.com/jed/fab/issues"
},
licences: [
{
type: "MIT",
url: "http://github.com/jed/fab/blob/master/LICENSE.txt"
}
],
repositories: [
{
type: "git",
url: "http://github.com/jed/fab"
}
],
engine: "node",
builtin: false,
directories: [ "apps", "builds", "examples", "utils" ],
version: "0.4.0",
keywords: [ "node", "http", "framework" ]
]
}

0 comments on commit fd6cbc9

Please sign in to comment.