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 11{
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 " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "prepublish" : " node build" ,
1515 "test-memory-leak" : " node --expose-gc test/memory-leak.js" ,
1616 "coverage" : " istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot"
1717 },
18+ "keywords" : [
19+ " promise" ,
20+ " synchronous" ,
21+ " inspection"
22+ ],
1823 "repository" : {
1924 "type" : " git" ,
20- "url" : " https://github.com/then /promise.git"
25+ "url" : " https://github.com/nodegit /promise.git"
2126 },
2227 "author" : " ForbesLindesay" ,
28+ "contributors" : [
29+ {
30+ "name" : " John Haley" ,
31+ 32+ },
33+ {
34+ "name" : " Max Korp" ,
35+ 36+ }
37+ ],
2338 "license" : " MIT" ,
2439 "devDependencies" : {
2540 "acorn" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments