File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " promise" ,
3
- "version" : " 6 .0.1 " ,
4
- "description" : " Bare bones Promises/A+ implementation" ,
2
+ "name" : " nodegit- promise" ,
3
+ "version" : " 1 .0.0 " ,
4
+ "description" : " Bare bones Promises/A+ implementation with synchronous inspection " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " mocha --timeout 200 --slow 99999" ,
8
8
"test-resolve" : " mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999" ,
9
9
"test-extensions" : " mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999"
10
10
},
11
+ "keywords" : [
12
+ " promise" ,
13
+ " synchronous" ,
14
+ " inspection"
15
+ ],
11
16
"repository" : {
12
17
"type" : " git" ,
13
- "url" : " https://github.com/then /promise.git"
18
+ "url" : " https://github.com/nodegit /promise.git"
14
19
},
15
20
"author" : " ForbesLindesay" ,
21
+ "contributors" : [
22
+ {
23
+ "name" : " John Haley" ,
24
+
25
+ }
26
+ ],
16
27
"license" : " MIT" ,
17
28
"devDependencies" : {
18
29
"promises-aplus-tests" : " *" ,
You can’t perform that action at this time.
0 commit comments