File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " promise" ,
3
- "version" : " 7 .0.4 " ,
4
- "description" : " Bare bones Promises/A+ implementation" ,
2
+ "name" : " nodegit- promise" ,
3
+ "version" : " 3 .0.0 " ,
4
+ "description" : " Bare bones Promises/A+ implementation with synchronous inspection " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"prepublish" : " node build" ,
15
15
"test-memory-leak" : " node --expose-gc test/memory-leak.js" ,
16
16
"coverage" : " istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot"
17
17
},
18
+ "keywords" : [
19
+ " promise" ,
20
+ " synchronous" ,
21
+ " inspection"
22
+ ],
18
23
"repository" : {
19
24
"type" : " git" ,
20
- "url" : " https://github.com/then /promise.git"
25
+ "url" : " https://github.com/nodegit /promise.git"
21
26
},
22
27
"author" : " ForbesLindesay" ,
28
+ "contributors" : [
29
+ {
30
+ "name" : " John Haley" ,
31
+
32
+ },
33
+ {
34
+ "name" : " Max Korp" ,
35
+
36
+ }
37
+ ],
23
38
"license" : " MIT" ,
24
39
"devDependencies" : {
25
40
"acorn" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments