-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "parallel-future",
"version": "0.0.6",
"description": "Run Futures in parallel",
"main": "index.js",
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --report html",
"codecov": "npm run test && codecov",
"release-major": "xyz --repo [email protected]:futurize/parallel-future.git --increment major",
"release-minor": "xyz --repo [email protected]:futurize/parallel-future.git --increment minor",
"release-patch": "xyz --repo [email protected]:futurize/parallel-future.git --increment patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/futurize/parallel-future.git"
},
"keywords": [
"future",
"task",
"promise",
"monad",
"parallel"
],
"author": "schtoeffel",
"license": "MIT",
"bugs": {
"url": "https://github.com/futurize/parallel-future/issues"
},
"files": [
"index.js"
],
"homepage": "https://github.com/futurize/parallel-future#readme",
"devDependencies": {
"codecov": "1.0.1",
"data.task": "3.0.0",
"expect": "1.14.0",
"istanbul": "^0.4.2",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.0.0",
"ramda": "^0.19.1",
"xyz": "^0.5.0"
},
"dependencies": {}
}