File tree 2 files changed +20
-7
lines changed
2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kenavr/promise-operators" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " " ,
4
+ "description" : " A couple of rxjs inspired operators for promises " ,
5
5
"main" : " dist/index.js" ,
6
+ "devDependencies" : {
7
+ "jest" : " ^24.8.0" ,
8
+ "ts-jest" : " ^24.0.2" ,
9
+ "typescript" : " ^3.5.1"
10
+ },
6
11
"scripts" : {
7
12
"build" : " tsc -p tsconfig.json" ,
8
13
"test" : " jest"
9
14
},
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " git+https://github.com/KenavR/promise-operators.git"
18
+ },
19
+ "keywords" : [
20
+ " promise" ,
21
+ " promise-chain" ,
22
+ " operators"
23
+ ],
10
24
"author" : " KenavR" ,
11
25
"license" : " MIT" ,
12
- "devDependencies" : {
13
- "@types/jest" : " ^24.0.13" ,
14
- "jest" : " ^24.8.0" ,
15
- "ts-jest" : " ^24.0.2" ,
16
- "typescript" : " ^3.5.1"
17
- }
26
+ "bugs" : {
27
+ "url" : " https://github.com/KenavR/promise-operators/issues"
28
+ },
29
+ "homepage" : " https://github.com/KenavR/promise-operators#readme"
18
30
}
You can’t perform that action at this time.
0 commit comments