File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 11{
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 " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " mocha --timeout 200 --slow 99999" ,
88 "test-resolve" : " mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999" ,
99 "test-extensions" : " mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999"
1010 },
11+ "keywords" : [
12+ " promise" ,
13+ " synchronous" ,
14+ " inspection"
15+ ],
1116 "repository" : {
1217 "type" : " git" ,
13- "url" : " https://github.com/then /promise.git"
18+ "url" : " https://github.com/nodegit /promise.git"
1419 },
1520 "author" : " ForbesLindesay" ,
21+ "contributors" : [
22+ {
23+ "name" : " John Haley" ,
24+ 25+ }
26+ ],
1627 "license" : " MIT" ,
1728 "devDependencies" : {
1829 "promises-aplus-tests" : " *" ,
You can’t perform that action at this time.
0 commit comments