First commit with a working example of fixed thread pool
[poolifier.git] / package.json
CommitLineData
6dc67cda 1{
2 "name": "node-pool.",
3 "version": "0.0.1",
4 "description": "A tool to share your open source project by email with github users matching a search .",
5 "main": "index.js",
6 "scripts": {
7 "test": "standard",
8 "lint": "standard --fix"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/pioardi/node-pool.git"
13 },
14 "keywords": [
15 "node",
16 "thread-pool",
17 "worker-threads",
18 "performance",
19 "cpu",
20 "computing"
21 ],
22 "standard": {
23 "env": [
24 "mocha",
25 "node"
26 ]
27 },
28 "author": "pioardi",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/pioardi/node-pool/issues"
32 },
33 "homepage": "https://github.com/pioardi/node-pool#readme",
34 "devDependencies": {
35 "standard": "^14.3.1"
36 }
37}