File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " promise" ,
3- "version" : " 7 .0.0" ,
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 "prepublish" : " node build" ,
1414 "test-extensions" : " mocha test/extensions-tests.js --timeout 200 --slow 999999" ,
1515 "test-memory-leak" : " node --expose-gc test/memory-leak.js"
1616 },
17+ "keywords" : [
18+ " promise" ,
19+ " synchronous" ,
20+ " inspection"
21+ ],
1722 "repository" : {
1823 "type" : " git" ,
19- "url" : " https://github.com/then /promise.git"
24+ "url" : " https://github.com/nodegit /promise.git"
2025 },
2126 "author" : " ForbesLindesay" ,
27+ "contributors" : [
28+ {
29+ "name" : " John Haley" ,
30+ 31+ }
32+ ],
2233 "license" : " MIT" ,
2334 "devDependencies" : {
2435 "acorn" : " ^1.0.1" ,
3041 "dependencies" : {
3142 "asap" : " ~2.0.1"
3243 }
33- }
44+ }
You can’t perform that action at this time.
0 commit comments