Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebmaster committed May 1, 2013
1 parent 414ddb2 commit 923c710
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "thread.js",
"version": "0.0.1",
"author": "Sebastian Mayr <sebmaster16@gmail.com>",
"name": "parallel.js",
"version": "0.2.0",
"author": "Adam Savitzky <adam.savitzky@gmail.com>",
"contributors": [
"Sebastian Mayr <sebmaster16@gmail.com> (http://s3bmaster.blogspot.co.at/)"
],
"description": "thread.js enables easy multi-thread processing in javascript",
"main": "lib/parallel.js",
"repository": {
"type": "git",
"url": "https://github.com/Sebmaster/thread.js.git"
"url": "https://github.com/adambom/parallel.js.git"
},
"directories": {
"lib": "lib",
Expand Down

0 comments on commit 923c710

Please sign in to comment.