We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414ddb2 commit 923c710Copy full SHA for 923c710
package.json
@@ -1,12 +1,15 @@
1
{
2
- "name": "thread.js",
3
- "version": "0.0.1",
4
- "author": "Sebastian Mayr <sebmaster16@gmail.com>",
+ "name": "parallel.js",
+ "version": "0.2.0",
+ "author": "Adam Savitzky <adam.savitzky@gmail.com>",
5
+ "contributors": [
6
+ "Sebastian Mayr <sebmaster16@gmail.com> (http://s3bmaster.blogspot.co.at/)"
7
+ ],
8
"description": "thread.js enables easy multi-thread processing in javascript",
9
"main": "lib/parallel.js",
10
"repository": {
11
"type": "git",
- "url": "https://github.com/Sebmaster/thread.js.git"
12
+ "url": "https://github.com/adambom/parallel.js.git"
13
},
14
"directories": {
15
"lib": "lib",
0 commit comments