Skip to content

Commit

Permalink
Updating package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Feb 24, 2011
1 parent 638d2b5 commit 71ba871
Showing 1 changed file with 29 additions and 22 deletions.
51 changes: 29 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
{ "name": "event-queue"
, "version": "0.0.3"
, "description": "CommonJS Reactor/A for nodejs"
, "homepage": "http://wiki.commonjs.org/wiki/Reactor/A"
, "keywords": ["node", "commonjs", "reactor", "event-queue", "enqueue"]
, "contributors":
[ "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)" ]
, "repository":
{ "type": "git"
, "url": "git://github.com/Gozala/reactor-commonjs.git"
}
, "bugs": { "web": "http://github.com/Gozala/reactor-commonjs/issues/" }
, "engines":
{ "node": ">=0.1.103"
, "teleport": ">=0.2.0"
}
, "overlay":
{ "node": { "main": "./engines/node/event-queue" }
, "teleport": { "main": "./engines/teleport/event-queue" }
}
, "licenses": [
{ "type": "MIT" }
{ "name": "event-queue",
"version": "0.1.0",
"description": "CommonJS Reactor/A for nodejs",
"homepage": "http://wiki.commonjs.org/wiki/Reactor/A",
"keywords": ["node", "commonjs", "reactor", "event-queue", "enqueue"],
"contributors": [
"Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/Gozala/reactor-commonjs.git"
},
"bugs": { "web": "http://github.com/Gozala/reactor-commonjs/issues/" },
"engines": {
"node": ">=0.1.103",
"teleport": ">=0.2.0",
"jetpack": ">=0.9.0"
},
"main": "./engines/node/event-queue",
"overlay": {
"node": { "main": "./engines/node/event-queue" },
"teleport": { "main": "./engines/teleport/event-queue" },
"jetpack": { "main": "./engines/jetpack/event-queue" }
},
"licenses": [
{
"type" : "MPL 1.1/LGPL 2.1/GPL 2.0",
"url" : "http://www.mozilla.org/MPL/"
}
]
}

0 comments on commit 71ba871

Please sign in to comment.