forked from vikramthyagarajan/node-parallel-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "node-parallel-tasks",
"version": "0.0.1",
"description": "A tool to share tasks among machines in your local area network",
"main": "main.js",
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/vikramthyagarajan/node-parallel-tasks.git"
},
"keywords": [
"daemon",
"nodejs",
"tasks",
"parallel",
"computing",
"networks",
"networking",
"service",
"hadoop",
"portscanner"
],
"author": "Vikram Thyagarajan",
"license": "MIT",
"bugs": {
"url": "https://github.com/vikramthyagarajan/node-parallel-tasks/issues"
},
"homepage": "https://github.com/vikramthyagarajan/node-parallel-tasks",
"dependencies": {
"async": "^1.5.1",
"conga-annotations": "^0.1.8",
"daemon": "^1.1.0",
"ipaddr.js": "^1.0.5",
"lodash": "^3.10.1",
"portastic": "^1.0.1",
"socket.io": "^1.4.0",
"socket.io-client": "^1.4.0",
"winston": "^2.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^1.1.0"
}
}