File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " random-access-pause-wrapper" ,
3- "version" : " 1. 0.0" ,
4- "description" : " " ,
3+ "version" : " 0.0.1 " ,
4+ "description" : " Pause wrapper for a random-access-storage that adds a pause/resume method. " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " standard && tape *.test.js"
88 },
9- "keywords" : [],
9+ "keywords" : [
10+ " random-access-storage"
11+ ],
1012 "author" : " Martin Heidegger <martin.heidegger@gmail.com>" ,
1113 "license" : " MIT" ,
1214 "dependencies" : {
1719 "random-access-memory" : " ^3.0.0" ,
1820 "standard" : " ^12.0.1" ,
1921 "tape" : " ^4.9.1"
20- }
22+ },
23+ "repository" : {
24+ "type" : " git" ,
25+ "url" : " git+https://github.com/martinheidegger/random-access-pause-wrapper.git"
26+ },
27+ "bugs" : {
28+ "url" : " https://github.com/martinheidegger/random-access-pause-wrapper/issues"
29+ },
30+ "homepage" : " https://github.com/martinheidegger/random-access-pause-wrapper#readme"
2131}
You can’t perform that action at this time.
0 commit comments